From 066a2ed5dc9863d743599da6114cf92abc8af26f Mon Sep 17 00:00:00 2001 From: Sujan Dutta Date: Fri, 31 Dec 2021 00:10:57 -0500 Subject: [PATCH] removed extra 'all' from comments --- example_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_scenes.py b/example_scenes.py index 3307e8f4..70321ce5 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -274,7 +274,7 @@ class UpdatersExample(Scene): square = Square() square.set_fill(BLUE_E, 1) - # On all all frames, the constructor Brace(square, UP) will + # On all frames, the constructor Brace(square, UP) will # be called, and the mobject brace will set its data to match # that of the newly constructed object brace = always_redraw(Brace, square, UP)