Skip to content

Commit 391424b

Browse files
graingertThomas Grainger
authored and
Thomas Grainger
committed
Fix missing text on Index documentation page.
1 parent 5fd1fbd commit 391424b

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
@@ -1583,7 +1583,7 @@ def map(self, mapper):
15831583
def isin(self, values, level=None):
15841584
"""
15851585
Compute boolean array of whether each index value is found in the
1586-
passed set of values
1586+
passed set of values.
15871587
15881588
Parameters
15891589
----------

0 commit comments

Comments
 (0)