mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix unbalanced parethesis.
This commit is contained in:
parent
0fd525fd1c
commit
b4c1d9be8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue