Skip to content

Commit 390c8be

Browse files
committed
DOC : Fixing the whitespace which was causing error
1 parent b00ba12 commit 390c8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/indexes/base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4912,9 +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-
4917-
The returned array is read-only.
4915+
.. versionchanged:: 3.0.0
4916+
4917+
The returned array is read-only.
49184918
49194919
Returns
49204920
-------

0 commit comments

Comments
 (0)