]> granicus.if.org Git - python/commitdiff
At first there were 6 steps, but one was removed after that.
authorGeorge Yoshida <dynkin@gmail.com>
Fri, 12 May 2006 16:40:11 +0000 (16:40 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Fri, 12 May 2006 16:40:11 +0000 (16:40 +0000)
Doc/ref/ref7.tex

index b213cb25e37ae8ba96729e9d164d115bdc742532..ddabca0048d9abe388d3f105dea5bdbef4046a72 100644 (file)
@@ -340,7 +340,7 @@ statement, the return value from \method{__enter__()} is assigned to it.
 \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.