Fix unbalanced parethesis.
This commit is contained in:
parent
0fd525fd1c
commit
b4c1d9be8f
|
@ -511,7 +511,7 @@ ignored and set to zero by the compiler.
|
||||||
\end{opcodedesc}
|
\end{opcodedesc}
|
||||||
|
|
||||||
\begin{opcodedesc}{LOAD_ATTR}{namei}
|
\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}
|
\end{opcodedesc}
|
||||||
|
|
||||||
\begin{opcodedesc}{COMPARE_OP}{opname}
|
\begin{opcodedesc}{COMPARE_OP}{opname}
|
||||||
|
|
|
@ -189,7 +189,7 @@ Raised when an \keyword{assert} statement fails.
|
||||||
interrupts is made regularly.
|
interrupts is made regularly.
|
||||||
% XXXJH xrefs here
|
% XXXJH xrefs here
|
||||||
Interrupts typed when a built-in function \function{input()} or
|
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.
|
exception.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue