Skip to content

Commit 29d3364

Browse files
committed
ran pre-commit
1 parent 8ffbd43 commit 29d3364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/nattype.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ class NaTType(_NaT):
13091309
Examples
13101310
--------
13111311
>>> pd.Timestamp.now() # doctest: +SKIP
1312-
Timestamp('2020-11-16 22:06:16.378782')
1312+
Timestamp("2020-11-16 22:06:16.378782")
13131313

13141314
Analogous for ``pd.NaT``:
13151315

0 commit comments

Comments
 (0)