File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7535,12 +7535,12 @@ def asfreq(
7535
7535
7536
7536
If the index of this {klass} is a :class:`~pandas.PeriodIndex`, the new index
7537
7537
is the result of transforming the original index with
7538
- :meth:`PeriodIndex.asfreq pandas.PeriodIndex.asfreq` (so the original index
7538
+ :meth:`PeriodIndex.asfreq < pandas.PeriodIndex.asfreq> ` (so the original index
7539
7539
will map one-to-one to the new index).
7540
7540
7541
7541
Otherwise, the new index will be equivalent to ``pd.date_range(start, end,
7542
7542
freq=freq)`` where ``start`` and ``end`` are, respectively, the first and
7543
- last entries in the original index. (see :func:`pandas.date_range`). The
7543
+ last entries in the original index (see :func:`pandas.date_range`). The
7544
7544
values corresponding to any timesteps in the new index which were not present
7545
7545
in the original index will be null (``NaN``), unless a method for filling
7546
7546
such unknowns is provided (see the ``method`` parameter below).
You can’t perform that action at this time.
0 commit comments