Skip to content

Commit

Permalink
update extended summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanHauwermeiren committed Mar 10, 2018
1 parent 515aecc commit c17e423
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 @@ -2748,7 +2748,7 @@ def isin(self, values):
Check whether ``values`` are contained in Series.
Return a boolean Series showing whether each element in the Series
is exactly contained in the passed sequence of ``values``.
matches an element in the passed sequence of ``values`` exactly.
Parameters
----------
Expand Down

0 comments on commit c17e423

Please sign in to comment.