Skip to content

Commit 62c529e

Browse files
authored
Updated docstrings for missing description: Fix SA04
pandas-dev Issue pandas-dev#28792
1 parent 8e759f0 commit 62c529e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexes/accessors.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def to_pytimedelta(self):
231231
232232
See Also
233233
--------
234-
datetime.timedelta
234+
datetime.timedelta : A duration expressing the difference between two date, time, or datetime instances
235+
to microsecond resolution.
235236
236237
Examples
237238
--------

0 commit comments

Comments
 (0)