]> granicus.if.org Git - python/commitdiff
Use of \key and \kbd were isolated to one instance each in this file;
authorFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 13:38:54 +0000 (13:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 13:38:54 +0000 (13:38 +0000)
normalize to \kbd to allow removal of \key from the document class.

Doc/lib/libexcs.tex
Doc/libexcs.tex

index bb27b1627878f233f32e7fb9a92c3dfc124db2b7..7d2d85fa84549414ede4b27f26e00661e4d9a6cc 100644 (file)
@@ -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}
index bb27b1627878f233f32e7fb9a92c3dfc124db2b7..7d2d85fa84549414ede4b27f26e00661e4d9a6cc 100644 (file)
@@ -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}