]> granicus.if.org Git - python/commitdiff
Fix unbalanced parethesis.
authorRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 08:51:28 +0000 (08:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 08:51:28 +0000 (08:51 +0000)
Doc/lib/libdis.tex
Doc/lib/libexcs.tex

index 7bdd239aeb07a25e2d13281d84825773103fc74d..d0354c634dc7fffa2fc7b8b43ef964cc855a7ee6 100644 (file)
@@ -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}
index 54b141a9a1490ff62ebb26d4878a7c59ab22e757..b8d8f7c8a913a1e515317a03336cebf0d103c462 100644 (file)
@@ -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}