From b59c2700dbb9dc002a29e45ca91d3153690422c3 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 12 Sep 2020 00:53:12 -0700 Subject: [PATCH] Update _lift_children docstring. --- etiquette/objects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etiquette/objects.py b/etiquette/objects.py index 0561904..2425dae 100644 --- a/etiquette/objects.py +++ b/etiquette/objects.py @@ -78,7 +78,8 @@ class GroupableMixin: def _lift_children(self): ''' 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() if not children: