From 76a18e96a6ddb86b52ef04eb50f67570fab22255 Mon Sep 17 00:00:00 2001 From: partev Date: Sun, 7 Feb 2021 12:06:03 -0500 Subject: [PATCH] DOC: fix an incomplete sentence "We will address array-based indexing like s[[4, 3, 1]] in section." -> "We will address array-based indexing like s[[4, 3, 1]] in section on indexing." --- doc/source/user_guide/dsintro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.