We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9076455 commit f23236aCopy full SHA for f23236a
Doc/reference/compound_stmts.rst
@@ -506,7 +506,7 @@ The execution of the :keyword:`with` statement with one "item" proceeds as follo
506
method returns without an error, then :meth:`__exit__` will always be
507
called. Thus, if an error occurs during the assignment to the target list,
508
it will be treated the same as an error occurring within the suite would
509
- be. See step 6 below.
+ be. See step 7 below.
510
511
#. The suite is executed.
512
0 commit comments