Skip to content

Commit b00ba12

Browse files
Manju080mroeschke
andauthored
Update pandas/core/indexes/base.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent d070b06 commit b00ba12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/indexes/base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4912,8 +4912,9 @@ def values(self) -> ArrayLike:
49124912
:meth:`Index.to_numpy`, depending on whether you need
49134913
a reference to the underlying data or a NumPy array.
49144914
4915-
.. versionchanged:: 3.0.0
4916-
The returned array is read-only.
4915+
.. versionchanged:: 3.0.0
4916+
4917+
The returned array is read-only.
49174918
49184919
Returns
49194920
-------

0 commit comments

Comments
 (0)