Skip to content

Commit 4e33b9a

Browse files
committed
ameneded date in doctest
1 parent 79dda1d commit 4e33b9a

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
@@ -540,7 +540,7 @@ class NaTType(_NaT):
540540
Examples
541541
--------
542542
>>> pd.Timestamp.fromtimestamp(1584199972)
543-
Timestamp('2020-03-14 21:02:52')
543+
Timestamp('2020-03-14 15:32:52')
544544
""",
545545
)
546546
fromtimestamp = _make_error_func(

0 commit comments

Comments
 (0)