From 8eb359d2a4150123931b338d8e293a48227f5f55 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Tue, 20 Feb 2024 11:18:40 -0500 Subject: [PATCH] dsintro.rst: Add more info for first mention of ndarray As this is the first mention of an ndarray, qualify it by adding a link to what it is. --- 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 d1e981ee1bbdc..de3bd8131e931 100644 --- a/doc/source/user_guide/dsintro.rst +++ b/doc/source/user_guide/dsintro.rst @@ -97,7 +97,7 @@ provided. The value will be repeated to match the length of **index**. Series is ndarray-like ~~~~~~~~~~~~~~~~~~~~~~ -:class:`Series` acts very similarly to a ``ndarray`` and is a valid argument to most NumPy functions. +:class:`Series` acts very similarly to a :class:`numpy.ndarray` and is a valid argument to most NumPy functions. However, operations such as slicing will also slice the index. .. ipython:: python