Skip to content

Commit fd6702b

Browse files
DOC: add SA01,ES01 for pandas.Timestamp.to_pydatetime
1 parent bab714d commit fd6702b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,8 @@ cdef class _Timestamp(ABCTimestamp):
12161216
12171217
See Also
12181218
--------
1219-
datetime.datetime : The standard Python datetime class that this method returns.
1219+
datetime.datetime : The standard Python datetime class that this method
1220+
returns.
12201221
Timestamp.timestamp : Convert a Timestamp object to POSIX timestamp.
12211222
Timestamp.to_datetime64 : Convert a Timestamp object to numpy.datetime64.
12221223

0 commit comments

Comments
 (0)