From a2cc0b33f22764a1257f566464589b597b3132ef Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 28 Dec 2018 14:21:15 -0600 Subject: [PATCH] DOC: Fixed reference [ci skip] --- pandas/core/series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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