mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fixed typo from "depricated" to "deprecated"
This commit is contained in:
parent
3c1a6bb8b1
commit
435a2631c9
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class Swap(CyclicReplace):
|
|||
pass # Renaming, more understandable for two entries
|
||||
|
||||
|
||||
# TODO, this may be depricated...worth reimplementing?
|
||||
# TODO, this may be deprecated...worth reimplementing?
|
||||
class TransformAnimations(Transform):
|
||||
CONFIG = {
|
||||
"rate_func": squish_rate_func(smooth)
|
||||
|
|
Loading…
Add table
Reference in a new issue