Follow the recommended practices for keystroke representation; this

improves internal consistency in the documentation.
This commit is contained in:
Fred Drake 2001-07-12 02:09:51 +00:00
parent 07178d237a
commit 682d5f3cda
3 changed files with 25 additions and 23 deletions

View file

@ -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