Skip to content

Commit f761f3e

Browse files
authored
DOC: fix an incomplete sentence (#39648)
1 parent 306ccdb commit f761f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ However, operations such as slicing will also slice the index.
126126
.. note::
127127

128128
We will address array-based indexing like ``s[[4, 3, 1]]``
129-
in :ref:`section <indexing>`.
129+
in :ref:`section on indexing <indexing>`.
130130

131131
Like a NumPy array, a pandas Series has a :attr:`~Series.dtype`.
132132

0 commit comments

Comments
 (0)