[Python-checkins] r45976 - python/trunk/Doc/ref/ref7.tex

george.yoshida python-checkins at python.org
Fri May 12 18:40:12 CEST 2006


Author: george.yoshida
Date: Fri May 12 18:40:11 2006
New Revision: 45976

Modified:
   python/trunk/Doc/ref/ref7.tex
Log:
At first there were 6 steps, but one was removed after that. 


Modified: python/trunk/Doc/ref/ref7.tex
==============================================================================
--- python/trunk/Doc/ref/ref7.tex	(original)
+++ python/trunk/Doc/ref/ref7.tex	Fri May 12 18:40:11 2006
@@ -340,7 +340,7 @@
 \method{__enter__()} method returns without an error, then
 \method{__exit__()} will always be called. Thus, if an error occurs
 during the assignment to the target list, it will be treated the same as
-an error occurring within the suite would be. See step 6 below.}
+an error occurring within the suite would be. See step 5 below.}
 
 \item The suite is executed.
 


More information about the Python-checkins mailing list