We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca829b commit 14f5a9dCopy full SHA for 14f5a9d
src/textual/_animator.py
@@ -21,7 +21,7 @@
21
"""Animation keys are the id of the object and the attribute being animated."""
22
23
EasingFunction = Callable[[float], float]
24
-"""Signature for a function that parametrises animation speed.
+"""Signature for a function that parametrizes animation speed.
25
26
An easing function must map the interval [0, 1] into the interval [0, 1].
27
"""
0 commit comments