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

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Tue Oct 4 05:37:32 CEST 2005


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

Modified Files:
	ref6.tex 
Log Message:
Armin caught this mistake in bug #973103.

Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ref6.tex	3 Oct 2005 16:39:51 -0000	1.78
+++ ref6.tex	4 Oct 2005 03:37:29 -0000	1.79
@@ -603,7 +603,7 @@
 
 \keyword{continue} may only occur syntactically nested in a \keyword{for} or
 \keyword{while} loop, but not nested in a function or class definition or
-\keyword{try} statement within that loop.\footnote{It may
+\keyword{finally} statement within that loop.\footnote{It may
 occur within an \keyword{except} or \keyword{else} clause.  The
 restriction on occurring in the \keyword{try} clause is implementor's
 laziness and will eventually be lifted.}



More information about the Python-checkins mailing list