Skip to content

Commit df28152

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/boolean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def _values_for_argsort(self) -> np.ndarray:
418418
419419
See Also
420420
--------
421-
ExtensionArray.argsort: Return the indices that would sort this array.
421+
ExtensionArray.argsort : Return the indices that would sort this array.
422422
"""
423423
data = self._data.copy()
424424
data[self._mask] = -1

0 commit comments

Comments
 (0)