From 14f5a9d9f0759d5e671630d65be27ff06618fbdd Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 7 Jun 2024 17:45:11 +0100 Subject: [PATCH] Murica --- src/textual/_animator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]. """