Skip to content

Commit 2d86f34

Browse files
authored
dsintro.rst: Add more info for first mention of ndarray (#57527)
As this is the first mention of an ndarray, qualify it by adding a link to what it is.
1 parent 7060b1e commit 2d86f34

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
@@ -97,7 +97,7 @@ provided. The value will be repeated to match the length of **index**.
9797
Series is ndarray-like
9898
~~~~~~~~~~~~~~~~~~~~~~
9999

100-
:class:`Series` acts very similarly to a ``ndarray`` and is a valid argument to most NumPy functions.
100+
:class:`Series` acts very similarly to a :class:`numpy.ndarray` and is a valid argument to most NumPy functions.
101101
However, operations such as slicing will also slice the index.
102102

103103
.. ipython:: python

0 commit comments

Comments
 (0)