Skip to content

Commit 9f0a948

Browse files
committed
Fixed link to Resmpaler
1 parent a2b31ab commit 9f0a948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/timeseries.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ regularity will result in a ``DatetimeIndex``, although frequency is lost:
753753
Iterating through groups
754754
------------------------
755755

756-
With the :ref:`Resampler` object in hand, iterating through the grouped data is very
756+
With the ``Resampler`` object in hand, iterating through the grouped data is very
757757
natural and functions similarly to :py:func:`itertools.groupby`:
758758

759759
.. ipython:: python
@@ -774,7 +774,7 @@ natural and functions similarly to :py:func:`itertools.groupby`:
774774
print("-" * 27)
775775
print(group, end="\n\n")
776776
777-
See :ref:`groupby.iterating-label`.
777+
See :ref:`groupby.iterating-label` or :class:`Resampler.__iter__` for more.
778778

779779
.. _timeseries.components:
780780

0 commit comments

Comments
 (0)