Update _lift_children docstring.

This commit is contained in:
voussoir 2020-09-12 00:53:12 -07:00
parent 1a53af8821
commit b59c2700db

View file

@ -78,7 +78,8 @@ class GroupableMixin:
def _lift_children(self): def _lift_children(self):
''' '''
If this object has parents, the parents adopt all of its children. If this object has parents, the parents adopt all of its children.
Otherwise the parental relationship is simply deleted. Otherwise, this object is at the root level, so the parental
relationship is simply deleted and the children become root level.
''' '''
children = self.get_children() children = self.get_children()
if not children: if not children: