Skip to content

Commit 14f5a9d

Browse files
committed
Murica
1 parent bca829b commit 14f5a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_animator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"""Animation keys are the id of the object and the attribute being animated."""
2222

2323
EasingFunction = Callable[[float], float]
24-
"""Signature for a function that parametrises animation speed.
24+
"""Signature for a function that parametrizes animation speed.
2525
2626
An easing function must map the interval [0, 1] into the interval [0, 1].
2727
"""

0 commit comments

Comments
 (0)