mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.
This commit is contained in:
parent
07178d237a
commit
682d5f3cda
3 changed files with 25 additions and 23 deletions
|
|
@ -177,7 +177,7 @@ Raised when an \keyword{assert} statement fails.
|
|||
|
||||
\begin{excdesc}{KeyboardInterrupt}
|
||||
Raised when the user hits the interrupt key (normally
|
||||
\kbd{Control-C} or \kbd{DEL}). During execution, a check for
|
||||
\kbd{Control-C} or \kbd{Delete}). During execution, a check for
|
||||
interrupts is made regularly.
|
||||
% XXXJH xrefs here
|
||||
Interrupts typed when a built-in function \function{input()} or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue