mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Merge pull request #1613 from k1499/fix-example-scenes-doc-typo
Typo fix in UpdatersExample
This commit is contained in:
commit
952a598e3b
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ UpdatersExample
|
||||||
# If the argument itself might change, you can use f_always,
|
# If the argument itself might change, you can use f_always,
|
||||||
# for which the arguments following the initial Mobject method
|
# for which the arguments following the initial Mobject method
|
||||||
# should be functions returning arguments to that method.
|
# should be functions returning arguments to that method.
|
||||||
# The following line ensures thst decimal.set_value(square.get_y())
|
# The following line ensures that decimal.set_value(square.get_y())
|
||||||
# is called every frame
|
# is called every frame
|
||||||
f_always(number.set_value, square.get_width)
|
f_always(number.set_value, square.get_width)
|
||||||
# You could also write the following equivalent line
|
# You could also write the following equivalent line
|
||||||
|
|
Loading…
Add table
Reference in a new issue