Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1888,9 +1888,9 @@ def update(self, other):
def sort_values(self, axis=0, ascending=True, inplace=False,
kind='quicksort', na_position='last'):
"""
Sort by the Series values.
Sort by the values.

Sort (or order) a Series in ascending or descending order by some
Sort a Series in ascending or descending order by some
criterion.

Parameters
Expand Down