Skip to content

Commit 3435a45

Browse files
JoeccpCube707
authored andcommitted
Fixed type
In line 83, "what" --> "want" "If you want to handle it yourself ......"
1 parent 2ca137e commit 3435a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ A keystroke can be:
8080
<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>SUPR</kbd>,...
8181

8282
> **Note** <kbd>CTRL</kbd>+<kbd>C</kbd> will not be returned by `readkey()`, but instead
83-
> raise a `KeyboardInterupt`. If you what to handle it yourself, use `readchar()`.
83+
> raise a `KeyboardInterupt`. If you want to handle it yourself, use `readchar()`.
8484
8585
### `readchar.key` module
8686

0 commit comments

Comments
 (0)