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