Skip to content

Commit

Permalink
correct the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
natmokval committed May 21, 2024
1 parent a2dfd71 commit 5381005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def std(self, *, ddof: int = 1) -> Any:

def is_in(self, other: Any) -> Self:
"""
Check if elements of this sequence are present in the other Series.
Check if the elements of this Series are in the other sequence.
Arguments:
other: Sequence of primitive type.
Expand Down

0 comments on commit 5381005

Please sign in to comment.