Skip to content

Commit 30d7e6f

Browse files
committed
update doc
1 parent 99719c1 commit 30d7e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/timeseries.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ into ``freq`` keyword arguments. The available date offsets and associated frequ
903903
:class:`~pandas.tseries.offsets.Easter`, None, "Easter holiday"
904904
:class:`~pandas.tseries.offsets.BusinessHour`, ``'bh'``, "business hour"
905905
:class:`~pandas.tseries.offsets.CustomBusinessHour`, ``'cbh'``, "custom business hour"
906-
:class:`~pandas.tseries.offsets.Day`, ``'D'``, "one absolute day"
906+
:class:`~pandas.tseries.offsets.Day`, ``'D'``, "one calendar day"
907907
:class:`~pandas.tseries.offsets.Hour`, ``'h'``, "one hour"
908908
:class:`~pandas.tseries.offsets.Minute`, ``'min'``,"one minute"
909909
:class:`~pandas.tseries.offsets.Second`, ``'s'``, "one second"
@@ -1000,7 +1000,7 @@ apply the offset to each element.
10001000
s + pd.DateOffset(months=2)
10011001
s - pd.DateOffset(months=2)
10021002
1003-
If the offset class maps directly to a ``Timedelta`` (``Day``, ``Hour``,
1003+
If the offset class maps directly to a ``Timedelta`` (``Hour``,
10041004
``Minute``, ``Second``, ``Micro``, ``Milli``, ``Nano``) it can be
10051005
used exactly like a ``Timedelta`` - see the
10061006
:ref:`Timedelta section<timedeltas.operations>` for more examples.

0 commit comments

Comments
 (0)