summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:43 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:43 (GMT)
commitc0d11250afe8c5809e8921271ccb7fe0db46b64f (patch)
treea3cc7cba161242a6376dfc37fdbb528eb151dcab /Doc/ref
parent19f6b86955d84f949b17a33144d4c907746e2b84 (diff)
downloadcpython-c0d11250afe8c5809e8921271ccb7fe0db46b64f.zip
cpython-c0d11250afe8c5809e8921271ccb7fe0db46b64f.tar.gz
cpython-c0d11250afe8c5809e8921271ccb7fe0db46b64f.tar.bz2
Make close brace a paren to match open.
Diffstat (limited to 'Doc/ref')
-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}