Skip to content

Commit 5b40a70

Browse files
committed
Remove pandas prefix from See Also due to SA05
1 parent 950b7b5 commit 5b40a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ cdef class _Timestamp(ABCTimestamp):
268268
See Also
269269
--------
270270
Timestamp.resolution : Return resolution of the Timestamp.
271-
pandas.Timedelta : A duration expressing the difference between two dates or times.
271+
Timedelta : A duration expressing the difference between two dates or times.
272272

273273
Examples
274274
--------

0 commit comments

Comments
 (0)