diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-10 08:51:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-10 08:51:28 (GMT) |
commit | b4c1d9be8f4280f145cd9e85e1f18ececf649de6 (patch) | |
tree | 10ad09548875fd6ee841b663a7413a56064f4cef /Doc/lib/libexcs.tex | |
parent | 0fd525fd1c8e2b3374c7acda0facbdce9dfbb63e (diff) | |
download | cpython-b4c1d9be8f4280f145cd9e85e1f18ececf649de6.zip cpython-b4c1d9be8f4280f145cd9e85e1f18ececf649de6.tar.gz cpython-b4c1d9be8f4280f145cd9e85e1f18ececf649de6.tar.bz2 |
Fix unbalanced parethesis.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 54b141a..b8d8f7c 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} |