Skip to content

Commit 0330e78

Browse files
author
MomIsBestFriend
committed
Fixes for review
1 parent 8151366 commit 0330e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexers.py

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def is_empty_indexer(indexer, arr_value: np.ndarray) -> bool:
6969
def check_setitem_lengths(indexer, value, values) -> None:
7070
"""
7171
Validate that value and indexer are the same length.
72+
7273
A special-case is allowed for when the indexer is a
7374
boolean array and the number of true values equals
7475
the length of ``value``.

0 commit comments

Comments
 (0)