Skip to content

Commit

Permalink
Murica
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 7, 2024
1 parent bca829b commit 14f5a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/_animator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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].
"""
Expand Down

0 comments on commit 14f5a9d

Please sign in to comment.