Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
- Add missing info
  • Loading branch information
frnmst committed Apr 2, 2024
1 parent 6cfe6c1 commit b66f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ class LazyFrame(BaseFrame):
Arguments:
df: A pandas-like dataframe (Pandas, cuDF or Modin), a Polars dataframe,
a Polars lazyframe, or a narwhals DataFrame
a Polars lazyframe, a narwhals DataFrame or a narwhals LazyFrame.
is_polars: if set to `True`, assume the dataframe to be of Polars type.
Expand Down

0 comments on commit b66f958

Please sign in to comment.