Skip to content
Prev Previous commit
Next Next commit
Fix PEP8 line length
  • Loading branch information
Daniel Saxton committed Jan 22, 2019
commit b02d67271c5870954d8d964d5ed072a3070b70b1
3 changes: 2 additions & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3984,7 +3984,8 @@ def sort_values(self, by=None, axis=0, ascending=True, inplace=False,
DataFrames, this option is only applied when sorting on a single
column or label.
na_position : {'first', 'last'}, default 'last'
Puts NaNs at the beginning if `first`; `last` puts NaNs at the end.
Puts NaNs at the beginning if `first`; `last` puts NaNs at the
end.

Returns
-------
Expand Down