summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-28 13:38:54 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-28 13:38:54 (GMT)
commit2a1cc3e1719a26f56078c58705e45d1f155d8967 (patch)
tree11462cb67755adf2ea79d62a74c3abcd89f2faef /Doc/lib/libexcs.tex
parent82e6a8f80deaecc7ba3a1bd66dda7c1988c72dbf (diff)
downloadcpython-2a1cc3e1719a26f56078c58705e45d1f155d8967.zip
cpython-2a1cc3e1719a26f56078c58705e45d1f155d8967.tar.gz
cpython-2a1cc3e1719a26f56078c58705e45d1f155d8967.tar.bz2
Use of \key and \kbd were isolated to one instance each in this file;
normalize to \kbd to allow removal of \key from the document class.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r--Doc/lib/libexcs.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index bb27b16..7d2d85f 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -157,12 +157,12 @@ the error message, respectively. These attributes default to
\begin{excdesc}{KeyboardInterrupt}
Raised when the user hits the interrupt key (normally
- \kbd{Control-C} or
-\key{DEL}). During execution, a check for interrupts is made regularly.
+ \kbd{Control-C} or \kbd{DEL}). During execution, a check for
+ interrupts is made regularly.
% XXXJH xrefs here
- Interrupts typed when a built-in function \code{input()} or
- \code{raw_input()}) is waiting for input also raise this exception. No
- associated value.
+ Interrupts typed when a built-in function \function{input()} or
+ \function{raw_input()}) is waiting for input also raise this
+ exception. This exception has no associated value.
\end{excdesc}
\begin{excdesc}{MemoryError}