Skip to content

Commit

Permalink
Nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Nov 14, 2023
1 parent 840c89c commit 7d46767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def __dataframe__(
allow_copy: bool = True, # noqa: FBT001
) -> PolarsDataFrame:
"""
Convert to a DataFrame object implementing the dataframe interchange protocol.
Convert to a dataframe object implementing the dataframe interchange protocol.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion py-polars/polars/interchange/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PolarsDataFrame(InterchangeDataFrame):
Parameters
----------
column
The Polars DataFrame backing the dataframe interchange object.
The Polars DataFrame backing the dataframe object.
allow_copy
Allow data to be copied during operations on this column. If set to `False`,
a RuntimeError is raised if data would be copied.
Expand Down

0 comments on commit 7d46767

Please sign in to comment.