diff --git a/manimlib/utils/debug.py b/manimlib/utils/debug.py index 2d119a0c..87ef886c 100644 --- a/manimlib/utils/debug.py +++ b/manimlib/utils/debug.py @@ -12,7 +12,7 @@ def print_family(mobject, n_tabs=0): print_family(submob, n_tabs + 1) -def get_submobject_index_labels(mobject, label_height=0.15): +def index_labels(mobject, label_height=0.15): labels = VGroup() for n, submob in enumerate(mobject): label = Integer(n)