Skip to content

Commit

Permalink
"Compound statement" docs: Fix with-statement step indexing (pythonGH…
Browse files Browse the repository at this point in the history
…-100286)

Back in commit 226e6e7
an item was added to the list, renumbering all the rest of the
items, but the forward-reference wasn't updated to match.
(cherry picked from commit f23236a)

Co-authored-by: Frank Dana <ferdnyc@gmail.com>
  • Loading branch information
ferdnyc authored and miss-islington committed Dec 16, 2022
1 parent f5f68ff commit dd08c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/compound_stmts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ The execution of the :keyword:`with` statement with one "item" proceeds as follo
method returns without an error, then :meth:`__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.
be. See step 7 below.

#. The suite is executed.

Expand Down

0 comments on commit dd08c4c

Please sign in to comment.