Skip to content

Commit

Permalink
fix docstring (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors authored Sep 2, 2024
1 parent 64d3eae commit fec3021
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 @@ -350,7 +350,7 @@ def to_pandas(self) -> pd.DataFrame:

def write_csv(self, file: str | Path | BytesIO | None = None) -> Any:
r"""
Write dataframe to parquet file.
Write dataframe to comma-separated values (CSV) file.
Examples:
Construct pandas and Polars DataFrames:
Expand Down

0 comments on commit fec3021

Please sign in to comment.