https://github.com/python/cpython/commit/5df3c88432f9179850948ed2ca9c0fbf4a2176d6 commit: 5df3c88432f9179850948ed2ca9c0fbf4a2176d6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: willingc <[email protected]> date: 2024-10-30T08:17:16Z summary:
[3.12] docs: restore an anchor to for/else (GH-126154) (#126158) docs: restore an anchor to for/else (GH-126154) (cherry picked from commit 2d9d10179ff3f13029bf4430e62c455a839987ca) Co-authored-by: Ned Batchelder <[email protected]> files: M Doc/tutorial/controlflow.rst diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b830ce94ba4f47..8261bbdbfb7a01 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -196,6 +196,7 @@ iteration of the loop:: Found an odd number 9 .. _tut-for-else: +.. _break-and-continue-statements-and-else-clauses-on-loops: :keyword:`!else` Clauses on Loops ================================= _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
