Skip to content

Commit

Permalink
DOC: Add missing word to IndexOpsMixin.array docstring (pandas-dev#…
Browse files Browse the repository at this point in the history
…55034)

Add missing word to `IndexOpsMixin.array` docstring
  • Loading branch information
dpoznik authored Sep 6, 2023
1 parent 6cb1da9 commit 3e1dc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ def array(self) -> ExtensionArray:
types, this is the actual array. For NumPy native types, this
is a thin (no copy) wrapper around :class:`numpy.ndarray`.
``.array`` differs ``.values`` which may require converting the
data to a different form.
``.array`` differs from ``.values``, which may require converting
the data to a different form.
See Also
--------
Expand Down

0 comments on commit 3e1dc77

Please sign in to comment.