Skip to content

Commit 2f6e8a0

Browse files
committed
Revise NDFrame.resample doc to reflect changes in pandas-dev#61985
1 parent 8cfd376 commit 2f6e8a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9120,7 +9120,7 @@ def resample(
91209120
.. note::
91219121
91229122
Only takes effect for Tick-frequencies (i.e. fixed frequencies like
9123-
days, hours, and minutes, rather than months or quarters).
9123+
hours and minutes, rather than days, months or quarters).
91249124
offset : Timedelta or str, default is None
91259125
An offset timedelta added to the origin.
91269126

0 commit comments

Comments
 (0)