summaryrefslogtreecommitdiff
path: root/Doc/lib/libdis.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-05-10 08:51:28 +0000
committerRaymond Hettinger <python@rcn.com>2003-05-10 08:51:28 +0000
commitb4c1d9be8f4280f145cd9e85e1f18ececf649de6 (patch)
tree10ad09548875fd6ee841b663a7413a56064f4cef /Doc/lib/libdis.tex
parent0fd525fd1c8e2b3374c7acda0facbdce9dfbb63e (diff)
downloadcpython-git-b4c1d9be8f4280f145cd9e85e1f18ececf649de6.tar.gz
Fix unbalanced parethesis.
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r--Doc/lib/libdis.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex
index 7bdd239aeb..d0354c634d 100644
--- a/Doc/lib/libdis.tex
+++ b/Doc/lib/libdis.tex
@@ -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}