Skip to content

Commit 515aecc

Browse files
PEP8: add one more space before 'hippo'
1 parent 6fa3bc9 commit 515aecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ def isin(self, values):
27782778
--------
27792779
27802780
>>> s = pd.Series(['lama', 'cow', 'lama', 'beetle', 'lama',
2781-
... 'hippo'], name='animal')
2781+
... 'hippo'], name='animal')
27822782
>>> s.isin(['cow', 'lama'])
27832783
0 True
27842784
1 True

0 commit comments

Comments
 (0)