mirror of
https://github.com/python/cpython.git
synced 2024-11-30 13:24:13 +08:00
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}
|
||||
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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user