Skip to content

Commit 6bdd8be

Browse files
committed
updated docstring of LArray.sort_axes
1 parent 1e3eecb commit 6bdd8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ def sort_axes(self, axes=None, reverse=False):
16601660
Parameters
16611661
----------
16621662
axes : axis reference (Axis, str, int) or list of them
1663-
Axis to sort. If None, sorts all axes.
1663+
Axis to sort. Defaults to all axes.
16641664
reverse : bool
16651665
Descending sort (default: False -- ascending)
16661666

0 commit comments

Comments
 (0)