Fixed typo from "depricated" to "deprecated"

This commit is contained in:
Kyle Cheng 2020-05-31 09:44:39 -07:00 committed by GitHub
parent 3c1a6bb8b1
commit 435a2631c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ class Swap(CyclicReplace):
pass # Renaming, more understandable for two entries pass # Renaming, more understandable for two entries
# TODO, this may be depricated...worth reimplementing? # TODO, this may be deprecated...worth reimplementing?
class TransformAnimations(Transform): class TransformAnimations(Transform):
CONFIG = { CONFIG = {
"rate_func": squish_rate_func(smooth) "rate_func": squish_rate_func(smooth)