[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.79,1.80

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


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

Modified Files:
	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.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- ref6.tex	4 Oct 2005 03:37:29 -0000	1.79
+++ ref6.tex	4 Oct 2005 03:43:43 -0000	1.80
@@ -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