We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7060b1e commit 2d86f34Copy full SHA for 2d86f34
doc/source/user_guide/dsintro.rst
@@ -97,7 +97,7 @@ provided. The value will be repeated to match the length of **index**.
97
Series is ndarray-like
98
~~~~~~~~~~~~~~~~~~~~~~
99
100
-: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.
101
However, operations such as slicing will also slice the index.
102
103
.. ipython:: python
0 commit comments