Skip to content

Commit 85512ac

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: substraction -> subtraction, suppported -> supported
1 parent 929cac7 commit 85512ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt_toolkit/reactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
of a filter happens by calling it.
1717
1818
- Integer: for binding integer values. Reactive operations (like addition and
19-
substraction) are not suppported. Resolving the actual value happens by
19+
subtraction) are not supported. Resolving the actual value happens by
2020
casting it to int, like ``int(integer)``. This way, it is possible to use
2121
normal integers as well for static values.
2222
"""

0 commit comments

Comments
 (0)