diff options
| author | Fred Drake <fdrake@acm.org> | 2001-07-12 02:09:51 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-07-12 02:09:51 +0000 |
| commit | 682d5f3cdace81b656d0d76e298f657e2da75b03 (patch) | |
| tree | 86c8cf801b9b44ce50dc45801d97d4d60ca83e6b /Doc/lib/libexcs.tex | |
| parent | 07178d237ac180a9daa48af2a4c7b5b00d07dcfc (diff) | |
| download | cpython-git-682d5f3cdace81b656d0d76e298f657e2da75b03.tar.gz | |
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.
Diffstat (limited to 'Doc/lib/libexcs.tex')
| -rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 7e34bd0a36..65b1dd8e0e 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -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 |
