mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 15:47:44 +00:00
Merge pull request #1702 from Suji04/patch-2
removed extra 'all' from comments
This commit is contained in:
commit
919133c6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue