Skip to content

Commit 9264e22

Browse files
authored
DOC: he order -> the order (#114)
1 parent 10166b6 commit 9264e22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/arviz_base/labels.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ def mix_labellers(labellers, class_name="MixtureLabeller"):
8080
)(dim_map={"dim1": "$d_1$", "dim2": r"$d_2$"})
8181
print(f"Output of mixture labeller > {l3.sel_to_str(sel, sel)}")
8282
83-
We can see how the mappings are taken into account as well as the dim+coord style. However,
84-
he order in the ``labellers`` arg iterator is important! See for yourself:
83+
We can see how the mappings are taken into account as well as the dim+coord style.
84+
However, the order in the ``labellers`` arg iterator is important!
85+
See for yourself:
8586
8687
.. jupyter-execute::
8788

0 commit comments

Comments
 (0)