Skip to content

Commit 619cbf8

Browse files
committed
matched nattype & timestamps doctests
1 parent d8e68be commit 619cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/nattype.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ class NaTType(_NaT):
705705
706706
Examples
707707
--------
708-
>>> pd.Timestamp.now() # doctest: +SKIP
708+
>>> pd.Timestamp.now() # doctest: +SKIP
709709
Timestamp('2020-11-16 22:06:16.378782')
710710
711711
Analogous for ``pd.NaT``:

0 commit comments

Comments
 (0)