Skip to content
Prev Previous commit
Next Next commit
Use bool not boolean
  • Loading branch information
Daniel Saxton committed Jan 24, 2019
commit 171acfdc9a0b35d1a00f3d3d0e2897bd2f3fd877
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4064,7 +4064,7 @@ def sort_index(self, axis=0, level=None, ascending=True, inplace=False,
axis : %(axes)s to direct sorting
level : int or level name or list of ints or list of level names
If not None, sort on values in specified index level(s).
ascending : boolean, default True
ascending : bool, default True
Sort ascending vs. descending.
inplace : bool, default False
If True, perform operation in-place
Expand Down