Skip to content

Commit 1cfb522

Browse files
committed
fix Docstring validation err
1 parent 80644a8 commit 1cfb522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,8 +1645,8 @@ class Timestamp(_Timestamp):
16451645
See Also
16461646
--------
16471647
datetime.datetime.today : Returns the current local date.
1648-
pandas.Timestamp.now : Returns current time with optional timezone.
1649-
pandas.Timestamp : A class representing a specific timestamp.
1648+
Timestamp.now : Returns current time with optional timezone.
1649+
Timestamp : A class representing a specific timestamp.
16501650

16511651
Examples
16521652
--------

0 commit comments

Comments
 (0)