Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Jan 14, 2025
1 parent 8dcaec2 commit 21d08e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -11345,16 +11345,16 @@ def set_sorted(
descending: bool = False,
) -> DataFrame:
"""
Indicate that one or multiple columns are sorted.
Flag a column as sorted.
This can speed up future operations.
Parameters
----------
column
Column that are sorted
Column that is sorted
descending
Whether the columns are sorted in descending order.
Whether the column is sorted in descending order.
Warnings
--------
Expand Down
6 changes: 3 additions & 3 deletions py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -6909,16 +6909,16 @@ def set_sorted(
descending: bool = False,
) -> LazyFrame:
"""
Indicate that one or multiple columns are sorted.
Flag a column as sorted.
This can speed up future operations.
Parameters
----------
column
Columns that are sorted
Column that is sorted
descending
Whether the columns are sorted in descending order.
Whether the column is sorted in descending order.
Warnings
--------
Expand Down

0 comments on commit 21d08e7

Please sign in to comment.