Skip to content

Commit 3e1dc77

Browse files
authored
DOC: Add missing word to IndexOpsMixin.array docstring (#55034)
Add missing word to `IndexOpsMixin.array` docstring
1 parent 6cb1da9 commit 3e1dc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ def array(self) -> ExtensionArray:
485485
types, this is the actual array. For NumPy native types, this
486486
is a thin (no copy) wrapper around :class:`numpy.ndarray`.
487487
488-
``.array`` differs ``.values`` which may require converting the
489-
data to a different form.
488+
``.array`` differs from ``.values``, which may require converting
489+
the data to a different form.
490490
491491
See Also
492492
--------

0 commit comments

Comments
 (0)