Skip to content

Commit e651138

Browse files
committed
Merge pull request #9335 from graingert/patch-2
Fix missing text on Index documentation page.
2 parents 602625c + 391424b commit e651138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ def map(self, mapper):
16771677
def isin(self, values, level=None):
16781678
"""
16791679
Compute boolean array of whether each index value is found in the
1680-
passed set of values
1680+
passed set of values.
16811681
16821682
Parameters
16831683
----------

0 commit comments

Comments
 (0)