Skip to content

Commit

Permalink
docs(python): Remove duplicate sentence in Series.bottom_k docstring (
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogervo authored Nov 24, 2024
1 parent 8facee9 commit ce32455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3282,8 +3282,7 @@ def bottom_k(self, k: int = 5) -> Series:
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. This has time
complexity:
this function if you wish the output to be sorted.
This has time complexity:
Expand Down

0 comments on commit ce32455

Please sign in to comment.