mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1305 from diracdeltafunk/patch-1
Fix typo in value_tracker.py
This commit is contained in:
commit
d7e63d907a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from manimlib.mobject.mobject import Mobject
|
|||
|
||||
class ValueTracker(Mobject):
|
||||
"""
|
||||
Note meant to be displayed. Instead the position encodes some
|
||||
Not meant to be displayed. Instead the position encodes some
|
||||
number, often one which another animation or continual_animation
|
||||
uses for its update function, and by treating it as a mobject it can
|
||||
still be animated and manipulated just like anything else.
|
||||
|
|
Loading…
Add table
Reference in a new issue