diff --git a/src/textual/_animator.py b/src/textual/_animator.py index 21234fee8b..8a669b2c8a 100644 --- a/src/textual/_animator.py +++ b/src/textual/_animator.py @@ -21,7 +21,7 @@ """Animation keys are the id of the object and the attribute being animated.""" EasingFunction = Callable[[float], float] -"""Signature for a function that parametrises animation speed. +"""Signature for a function that parametrizes animation speed. An easing function must map the interval [0, 1] into the interval [0, 1]. """