Highlight that keys in a multi-domain are sorted
Compare changes
Files
3+ 12
− 3
@@ -22,9 +22,18 @@ from .utilities import frozendict, indent
As the ordering of the random numbers within a multi-field are dependent
on the ordering of the keys, it is highly relevant even for the average
nifty user that keys are sorted. Hence, state so in the docstrings of
MultiDomain, MultiField and in the from_random
method in sugar.py.