mirror of https://github.com/python/cpython.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.
This commit is contained in:
parent
82e6a8f80d
commit
2a1cc3e171
|
@ -157,12 +157,12 @@ the error message, respectively. These attributes default to
|
||||||
|
|
||||||
\begin{excdesc}{KeyboardInterrupt}
|
\begin{excdesc}{KeyboardInterrupt}
|
||||||
Raised when the user hits the interrupt key (normally
|
Raised when the user hits the interrupt key (normally
|
||||||
\kbd{Control-C} or
|
\kbd{Control-C} or \kbd{DEL}). During execution, a check for
|
||||||
\key{DEL}). During execution, a check for interrupts is made regularly.
|
interrupts is made regularly.
|
||||||
% XXXJH xrefs here
|
% XXXJH xrefs here
|
||||||
Interrupts typed when a built-in function \code{input()} or
|
Interrupts typed when a built-in function \function{input()} or
|
||||||
\code{raw_input()}) is waiting for input also raise this exception. No
|
\function{raw_input()}) is waiting for input also raise this
|
||||||
associated value.
|
exception. This exception has no associated value.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
\begin{excdesc}{MemoryError}
|
\begin{excdesc}{MemoryError}
|
||||||
|
|
|
@ -157,12 +157,12 @@ the error message, respectively. These attributes default to
|
||||||
|
|
||||||
\begin{excdesc}{KeyboardInterrupt}
|
\begin{excdesc}{KeyboardInterrupt}
|
||||||
Raised when the user hits the interrupt key (normally
|
Raised when the user hits the interrupt key (normally
|
||||||
\kbd{Control-C} or
|
\kbd{Control-C} or \kbd{DEL}). During execution, a check for
|
||||||
\key{DEL}). During execution, a check for interrupts is made regularly.
|
interrupts is made regularly.
|
||||||
% XXXJH xrefs here
|
% XXXJH xrefs here
|
||||||
Interrupts typed when a built-in function \code{input()} or
|
Interrupts typed when a built-in function \function{input()} or
|
||||||
\code{raw_input()}) is waiting for input also raise this exception. No
|
\function{raw_input()}) is waiting for input also raise this
|
||||||
associated value.
|
exception. This exception has no associated value.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
\begin{excdesc}{MemoryError}
|
\begin{excdesc}{MemoryError}
|
||||||
|
|
Loading…
Reference in New Issue