mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix unbalanced parethesis.
This commit is contained in:
@@ -511,7 +511,7 @@ ignored and set to zero by the compiler.
|
||||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{LOAD_ATTR}{namei}
|
||||
Replaces TOS with \code{getattr(TOS, co_names[\var{namei}]}.
|
||||
Replaces TOS with \code{getattr(TOS, co_names[\var{namei}])}.
|
||||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{COMPARE_OP}{opname}
|
||||
|
||||
@@ -189,7 +189,7 @@ Raised when an \keyword{assert} statement fails.
|
||||
interrupts is made regularly.
|
||||
% XXXJH xrefs here
|
||||
Interrupts typed when a built-in function \function{input()} or
|
||||
\function{raw_input()}) is waiting for input also raise this
|
||||
\function{raw_input()} is waiting for input also raise this
|
||||
exception.
|
||||
\end{excdesc}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user