Skip to content

Commit

Permalink
PEP8: add one more space before 'hippo'
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanHauwermeiren committed Mar 10, 2018
1 parent 6fa3bc9 commit 515aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ def isin(self, values):
--------
>>> s = pd.Series(['lama', 'cow', 'lama', 'beetle', 'lama',
... 'hippo'], name='animal')
... 'hippo'], name='animal')
>>> s.isin(['cow', 'lama'])
0 True
1 True
Expand Down

0 comments on commit 515aecc

Please sign in to comment.