Skip to content

Commit 4018550

Browse files
author
davidwales
authored
Add missing newline (#32404)
1 parent f6b6c15 commit 4018550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -4817,6 +4817,7 @@ def isin(self, values, level=None):
48174817
Int64Index([1, 2, 3], dtype='int64')
48184818
48194819
Check whether each index value in a list of values.
4820+
48204821
>>> idx.isin([1, 4])
48214822
array([ True, False, False])
48224823

0 commit comments

Comments
 (0)