Skip to content

Commit

Permalink
Merge pull request 3b1b#1305 from diracdeltafunk/patch-1
Browse files Browse the repository at this point in the history
Fix typo in value_tracker.py
  • Loading branch information
3b1b authored Feb 3, 2021
2 parents afd1ef6 + 2451f02 commit d7e63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/mobject/value_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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.
Expand Down

0 comments on commit d7e63d9

Please sign in to comment.