Skip to content

Commit 9c4e4c8

Browse files
GuessWhoSamFoojreback
authored andcommitted
Removed Timedelta.is_populated and fixed spelling errors (#17469)
1 parent 46832ac commit 9c4e4c8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/source/api.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ Methods
17041704
Timestamp.floor
17051705
Timestamp.freq
17061706
Timestamp.freqstr
1707-
Timestamp.from_ordinal
1707+
Timestamp.fromordinal
17081708
Timestamp.fromtimestamp
17091709
Timestamp.isocalendar
17101710
Timestamp.isoformat
@@ -1769,9 +1769,7 @@ Properties
17691769
Timedelta.asm8
17701770
Timedelta.components
17711771
Timedelta.days
1772-
Timedelta.delta
17731772
Timedelta.freq
1774-
Timedelta.is_populated
17751773
Timedelta.max
17761774
Timedelta.microseconds
17771775
Timedelta.min
@@ -1789,10 +1787,9 @@ Methods
17891787
Timedelta.floor
17901788
Timedelta.isoformat
17911789
Timedelta.round
1792-
Timdelta.to_pytimedelta
1790+
Timedelta.to_pytimedelta
17931791
Timedelta.to_timedelta64
17941792
Timedelta.total_seconds
1795-
Timedelta.view
17961793

17971794
Window
17981795
------

0 commit comments

Comments
 (0)