From: George Yoshida Date: Fri, 12 May 2006 16:40:11 +0000 (+0000) Subject: At first there were 6 steps, but one was removed after that. X-Git-Tag: v2.5b1~666 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=159a1160c1e587b66068ec51e703328ed1284a5f;p=thirdparty%2FPython%2Fcpython.git At first there were 6 steps, but one was removed after that. --- diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index b213cb25e37a..ddabca0048d9 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -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.