Skip to content

Commit fb55ab1

Browse files
committed
Revert: Remove version tag from docstring
1 parent a63013a commit fb55ab1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/generic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,9 +2018,6 @@ def sort_values(self, by, axis=0, ascending=True, inplace=False,
20182018
sort_remaining : bool, default True
20192019
if true and sorting by level and index is multilevel, sort by other
20202020
levels too (in order) after sorting by specified level
2021-
2022-
.. versionadded:: 0.19.0
2023-
20242021
kind : {'quicksort', 'mergesort', 'heapsort'}, default 'quicksort'
20252022
Choice of sorting algorithm. See also ndarray.np.sort for more
20262023
information. `mergesort` is the only stable algorithm. For

0 commit comments

Comments
 (0)