Merge pull request #1305 from diracdeltafunk/patch-1

Fix typo in value_tracker.py
This commit is contained in:
Grant Sanderson 2021-02-03 12:34:55 -08:00 committed by GitHub
commit d7e63d907a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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