8000 DOC: correct docstring for AxisCollection.set_labels · larray-project/larray@be73ce7 · GitHub
[go: up one dir, main page]

Skip to content

Commit be73ce7

Browse files
committed
DOC: correct docstring for AxisCollection.set_labels
1 parent 594c9da commit be73ce7

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
@@ -2467,7 +2467,7 @@ def set_labels(self, axis=None, labels=None, inplace=False, **kwargs) -> 'AxisCo
24672467
24682468
Parameters
24692469
----------
2470-
axis : string or Axis or dict
2470+
axis : Axis, str, int or dict
24712471
Axis for which we want to replace labels, or mapping {axis: changes} where changes can either be the
24722472
complete list of labels, a mapping {old_label: new_label} or a function to transform labels.
24732473
If there is no ambiguity (two or more axes have the same labels), `axis` can be a direct mapping

0 commit comments

Comments
 (0)
0