Closed mhogervo closed 4 days ago
There's a repeated sentence in the pl.Series.bottom_k docstring, namely "this has time complexity". In context:
pl.Series.bottom_k
[...] if you wish the output to be sorted. This has time complexity: This has time complexity:
[...] if you wish the output to be sorted. This has time complexity:
This has time complexity:
We should remove the first instance and keep the second. This bring the docstring in line with its Series.top_k counterpart.
Series.top_k
https://docs.pola.rs/api/python/stable/reference/series/api/polars.Series.bottom_k.html
Description
There's a repeated sentence in the
pl.Series.bottom_k
docstring, namely "this has time complexity". In context:We should remove the first instance and keep the second. This bring the docstring in line with its
Series.top_k
counterpart.Link
https://docs.pola.rs/api/python/stable/reference/series/api/polars.Series.bottom_k.html