Skip to content

Commit 35e3f14

Browse files
moshekaplanpmhatre1
authored andcommitted
dsintro.rst: Add missing 'the' (pandas-dev#57530)
dsintro.rst: Add missing 'the' to the sentence
1 parent 040150d commit 35e3f14

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)