Skip to content

Commit 14953cd

Browse files
Update docs/guide/input.md
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
1 parent b2516c5 commit 14953cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Some keys or combinations of keys can produce the same event. For instance, the
6868

6969
### Key methods
7070

71-
Textual offers a convenient way of handling specific keys. If you create a method beginning with `key_` followed by the key name (the event's `name` attribute), then that method will be called in response to the key.
71+
Textual offers a convenient way of handling specific keys. If you create a method beginning with `key_` followed by the key name (the event's `name` attribute), then that method will be called in response to the key press.
7272

7373
Let's add a key method to the example code.
7474

0 commit comments

Comments
 (0)