summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:33 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:33 (GMT)
commit2c93c5ab9bde5d0cac7e7fd530e271769af1177e (patch)
tree0081af94ffaa7ecec85089f663da2991642af2b0 /Doc
parent02ea578939d2f7954b54e553037ebff3169b59a0 (diff)
downloadcpython-2c93c5ab9bde5d0cac7e7fd530e271769af1177e.zip
cpython-2c93c5ab9bde5d0cac7e7fd530e271769af1177e.tar.gz
cpython-2c93c5ab9bde5d0cac7e7fd530e271769af1177e.tar.bz2
Make close brace a paren to match open.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index f9ab90c..3dee67f 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -526,7 +526,7 @@ If no expressions are present, \keyword{raise} re-raises the last
exception that was active in the current scope. If no exception is
active in the current scope, a \exception{TypeError} exception is
raised indicating that this is an error (if running under IDLE, a
-\exception{Queue.Empty} exception is raised instead}.
+\exception{Queue.Empty} exception is raised instead).
\index{exception}
\indexii{raising}{exception}