diff --git a/mbuild/compound.py b/mbuild/compound.py index 915d284b1..ef5fe9339 100644 --- a/mbuild/compound.py +++ b/mbuild/compound.py @@ -1092,7 +1092,7 @@ def _check_if_empty(child): self.reset_labels() def reset_labels(self): - """Reset Compound labels so that substituents and ports are renumbered.""" + """Reset Compound labels so that substituents and ports are renumbered, indexed from port[0] to port[N], where N-1 is the number of ports.""" new_labels = OrderedDict() hoisted_children = { key: val