]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make close brace a paren to match open.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Oct 2005 03:43:33 +0000 (03:43 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Oct 2005 03:43:33 +0000 (03:43 +0000)
Doc/ref/ref6.tex

index f9ab90c0d585c6750a6a847818cfa5297f372f6f..3dee67f61a939f7c32899da7c95f2984b398aa25 100644 (file)
@@ -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}