From 53810051a95c576825ac66530b72cdf87695d73d Mon Sep 17 00:00:00 2001 From: Natalia Mokeeva Date: Tue, 21 May 2024 15:48:58 +0200 Subject: [PATCH] correct the summary --- narwhals/series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narwhals/series.py b/narwhals/series.py index 9e12bcae1..a51089cf2 100644 --- a/narwhals/series.py +++ b/narwhals/series.py @@ -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.