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

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Tue Oct 4 05:38:04 CEST 2005


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

Modified Files:
      Tag: release24-maint
	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.73.2.5
retrieving revision 1.73.2.6
diff -u -d -r1.73.2.5 -r1.73.2.6
--- ref6.tex	3 Oct 2005 16:40:36 -0000	1.73.2.5
+++ ref6.tex	4 Oct 2005 03:38:01 -0000	1.73.2.6
@@ -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