[Python-checkins] python/dist/src/Doc/ref ref6.tex, 1.73.2.6, 1.73.2.7

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Tue Oct 4 05:43:36 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6243/Doc/ref

Modified Files:
      Tag: release24-maint
	ref6.tex 
Log Message:
Make close brace a paren to match open.

Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.73.2.6
retrieving revision 1.73.2.7
diff -u -d -r1.73.2.6 -r1.73.2.7
--- ref6.tex	4 Oct 2005 03:38:01 -0000	1.73.2.6
+++ ref6.tex	4 Oct 2005 03:43:33 -0000	1.73.2.7
@@ -526,7 +526,7 @@
 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}
 



More information about the Python-checkins mailing list