Skip to content

Commit d21675a

Browse files
Update pandas/core/arrays/integer.py
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent d060ab4 commit d21675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/integer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def _values_for_argsort(self) -> np.ndarray:
484484
485485
See Also
486486
--------
487-
ExtensionArray.argsort: Return the indices that would sort this array.
487+
ExtensionArray.argsort : Return the indices that would sort this array.
488488
"""
489489
data = self._data.copy()
490490
if self._mask.any():

0 commit comments

Comments
 (0)