Skip to content

Commit 279301b

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
DOC: Fixed reference (pandas-dev#24470)
[ci skip]
1 parent 6a78014 commit 279301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def values(self):
437437
.. warning::
438438
439439
We recommend using :attr:`Series.array` or
440-
:Series:`Index.to_numpy`, depending on whether you need
440+
:meth:`Series.to_numpy`, depending on whether you need
441441
a reference to the underlying data or a NumPy array.
442442
443443
Returns

0 commit comments

Comments
 (0)