Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
In line 83, "what" --> "want"
"If you want to handle it yourself ......"
  • Loading branch information
Joeccp committed Jul 17, 2023
1 parent 2ca137e commit 73bf8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ A keystroke can be:
<kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>SUPR</kbd>,...

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

Expand Down

0 comments on commit 73bf8f0

Please sign in to comment.