Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ugohuche committed Jun 14, 2024
2 parents 54cc66d + bdad84a commit df614d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narwhals/_pandas_like/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ def contains(self, pattern: str, literal: bool) -> PandasExpr:
self._expr,
"str",
"contains",
pattern,
literal,
pat=pattern,
regex=not literal,
)

def head(self, n: int = 5) -> PandasExpr:
Expand Down

0 comments on commit df614d3

Please sign in to comment.