Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Jun 7, 2024
1 parent 3aa8203 commit 6869e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ def sort(self, *, descending: bool = False, nulls_last: bool = False) -> Self:
def top_k(self, k: int | IntoExprColumn = 5) -> Self:
r"""
Return the `k` largest elements.
Non-null elements are always preferred over null elements. The output
is not guaranteed to be in any particular order, call :func:`sort`
after this function if you wish the output to be sorted.
Expand Down

0 comments on commit 6869e3b

Please sign in to comment.