Skip to content

Commit ccba06f

Browse files
committed
fixed argument name in Axis.split()
1 parent 149ace5 commit ccba06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/core/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def split(self, sep='_', names=None, regex=None, return_labels=False):
333333
Names of resulting axes. Defaults to None.
334334
regex : str, optional
335335
Use regex instead of delimiter to split labels. Defaults to None.
336-
labels : bool, optional
336+
return_labels : bool, optional
337337
Whether or not split labels must be returned (as a tuple of tuples). These labels are suitable for indexing
338338
via array.points[labels]. Defaults to False.
339339

0 commit comments

Comments
 (0)