From: Raymond Hettinger Date: Sat, 10 May 2003 08:51:28 +0000 (+0000) Subject: Fix unbalanced parethesis. X-Git-Tag: v2.3c1~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4c1d9be8f4280f145cd9e85e1f18ececf649de6;p=thirdparty%2FPython%2Fcpython.git Fix unbalanced parethesis. --- diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 7bdd239aeb07..d0354c634dc7 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} diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 54b141a9a149..b8d8f7c8a913 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -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}