Skip to content

Commit e62ee17

Browse files
author
sah0725
committed
FIX: Fix trailing whitespace
1 parent 2be3d5b commit e62ee17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/indexers/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ def check_array_indexer(array: AnyArrayLike, indexer: Any) -> Any:
435435
array : array-like
436436
The array that is being indexed (only used for the length).
437437
indexer : array-like, list-like, int, slice, or other indexer
438-
The indexer used for indexing. Array-like and list-like inputs that
439-
are not yet a numpy array or an ExtensionArray are converted to one.
440-
Non-array indexers (int, slice, Ellipsis, tuples, etc.) are passed
438+
The indexer used for indexing. Array-like and list-like inputs that
439+
are not yet a numpy array or an ExtensionArray are converted to one.
440+
Non-array indexers (int, slice, Ellipsis, tuples, etc.) are passed
441441
through as is.
442442
443443
Returns

0 commit comments

Comments
 (0)