Skip to content

Commit e3fe033

Browse files
authored
dsintro.rst: Add missing 'the' (#57530)
dsintro.rst: Add missing 'the' to the sentence
1 parent 0f17277 commit e3fe033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/dsintro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ However, operations such as slicing will also slice the index.
111111
.. note::
112112

113113
We will address array-based indexing like ``s.iloc[[4, 3, 1]]``
114-
in :ref:`section on indexing <indexing>`.
114+
in the :ref:`section on indexing <indexing>`.
115115

116116
Like a NumPy array, a pandas :class:`Series` has a single :attr:`~Series.dtype`.
117117

0 commit comments

Comments
 (0)