summaryrefslogtreecommitdiff
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:43 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-04 03:43:43 +0000
commit6dcf2b92bc935a37f125c6628b8fd69a7595c1a3 (patch)
tree7bc5942c67ed35df59fa07a4c444cf629be5a59f /Doc/ref/ref6.tex
parentf07f43e0d9231e79f81254aa78646b38da30c754 (diff)
downloadcpython-6dcf2b92bc935a37f125c6628b8fd69a7595c1a3.tar.gz
Make close brace a paren to match open.
Diffstat (limited to 'Doc/ref/ref6.tex')
-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 f9ab90c0d5..3dee67f61a 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}