Skip to content

Commit

Permalink
fix docstring of timedaltas.cela
Browse files Browse the repository at this point in the history
  • Loading branch information
eightyseven committed Oct 15, 2024
1 parent 2a10e04 commit e0c8fd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pandas/_libs/tslibs/timedeltas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2176,8 +2176,10 @@ class Timedelta(_Timedelta):
Parameters
----------
freq : str
Frequency string indicating the ceiling resolution.
It uses the same units as class constructor :class:`~pandas.Timedelta`.
The frequency level to ceil the index to. Must be a fixed
frequency like 's' (second) not 'ME' (month end). See
:ref:`frequency aliases <timeseries.offset_aliases>` for
a list of possible `freq` values.
Returns
-------
Expand Down

0 comments on commit e0c8fd4

Please sign in to comment.