diff --git a/doc/source/user_guide/dsintro.rst b/doc/source/user_guide/dsintro.rst index d1e981ee1bbdc..ebb5b0b94e418 100644 --- a/doc/source/user_guide/dsintro.rst +++ b/doc/source/user_guide/dsintro.rst @@ -111,7 +111,7 @@ However, operations such as slicing will also slice the index. .. note:: We will address array-based indexing like ``s.iloc[[4, 3, 1]]`` - in :ref:`section on indexing `. + in the :ref:`section on indexing `. Like a NumPy array, a pandas :class:`Series` has a single :attr:`~Series.dtype`.