Merge pull request #1702 from Suji04/patch-2

removed extra 'all' from comments
This commit is contained in:
鹤翔万里 2021-12-31 18:18:50 +08:00 committed by GitHub
commit 919133c6bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)