From: Fred Drake Date: Tue, 28 Apr 1998 13:38:54 +0000 (+0000) Subject: Use of \key and \kbd were isolated to one instance each in this file; X-Git-Tag: v1.5.2a1~808 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a1cc3e1719a26f56078c58705e45d1f155d8967;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index bb27b1627878..7d2d85fa8454 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} diff --git a/Doc/libexcs.tex b/Doc/libexcs.tex index bb27b1627878..7d2d85fa8454 100644 --- a/Doc/libexcs.tex +++ b/Doc/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}