diff --git a/pandas/core/series.py b/pandas/core/series.py index 84b81e29cb8a8..456578ea17f8a 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -437,7 +437,7 @@ def values(self): .. warning:: We recommend using :attr:`Series.array` or - :Series:`Index.to_numpy`, depending on whether you need + :meth:`Series.to_numpy`, depending on whether you need a reference to the underlying data or a NumPy array. Returns