Skip to content

Commit c17e423

Browse files
update extended summary
1 parent 515aecc commit c17e423

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
@@ -2748,7 +2748,7 @@ def isin(self, values):
27482748
Check whether ``values`` are contained in Series.
27492749
27502750
Return a boolean Series showing whether each element in the Series
2751-
is exactly contained in the passed sequence of ``values``.
2751+
matches an element in the passed sequence of ``values`` exactly.
27522752
27532753
Parameters
27542754
----------

0 commit comments

Comments
 (0)