Skip to content

Commit 1ed1846

Browse files
Update pandas/_libs/tslibs/timedeltas.pyx
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent e0c8fd4 commit 1ed1846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ class Timedelta(_Timedelta):
21762176
Parameters
21772177
----------
21782178
freq : str
2179-
The frequency level to ceil the index to. Must be a fixed
2179+
Frequency string indicating the ceiling resolution. Must be a fixed
21802180
frequency like 's' (second) not 'ME' (month end). See
21812181
:ref:`frequency aliases <timeseries.offset_aliases>` for
21822182
a list of possible `freq` values.

0 commit comments

Comments
 (0)