Skip to content

Commit d509fc9

Browse files
committed
fix: fix typo lol
1 parent f87a629 commit d509fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_compliant/expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def fill_null(
575575
)
576576

577577
def is_in(self, other: Any) -> Self:
578-
return self._reuse_series_implementation("is_in", other="other")
578+
return self._reuse_series_implementation("is_in", other=other)
579579

580580
def arg_true(self) -> Self:
581581
return self._reuse_series_implementation("arg_true")

0 commit comments

Comments
 (0)