Skip to content
Prev Previous commit
Update sort_values docstring
  • Loading branch information
Daniel Saxton committed Jan 26, 2019
commit 75750da2a0e1bb24058cc8539f7a41fec6970fce
4 changes: 2 additions & 2 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3989,8 +3989,8 @@ def sort_values(self, by=None, axis=0, ascending=True, inplace=False,

Returns
-------
sorted_obj : %(klass)s or None
An object of same type as caller if inplace=False, None otherwise.
sorted_obj : DataFrame or None
DataFrame with sorted values if inplace=False, None otherwise.

Examples
--------
Expand Down