Skip to content

Commit 82cad8b

Browse files
committed
Stale comment
1 parent c449afd commit 82cad8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/algorithms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ def take(arr, indexer, allow_fill=False, fill_value=None):
14951495

14961496
if allow_fill:
14971497
# Pandas style, -1 means NA
1498-
# Use for bounds checking, we don't actually want to convert.
14991498
validate_indices(indexer, len(arr))
15001499
result = take_1d(arr, indexer, allow_fill=True, fill_value=fill_value)
15011500
else:

0 commit comments

Comments
 (0)