summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-12 02:09:51 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-12 02:09:51 (GMT)
commit682d5f3cdace81b656d0d76e298f657e2da75b03 (patch)
tree86c8cf801b9b44ce50dc45801d97d4d60ca83e6b /Doc/lib/libexcs.tex
parent07178d237ac180a9daa48af2a4c7b5b00d07dcfc (diff)
downloadcpython-682d5f3cdace81b656d0d76e298f657e2da75b03.zip
cpython-682d5f3cdace81b656d0d76e298f657e2da75b03.tar.gz
cpython-682d5f3cdace81b656d0d76e298f657e2da75b03.tar.bz2
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.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 7e34bd0..65b1dd8 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