From de9ff23ea1546035080b90f2aed1df299b6293cc Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:16:33 +0100 Subject: [PATCH] [3.13] docs: restore an anchor to for/else (GH-126154) (#126159) docs: restore an anchor to for/else (GH-126154) (cherry picked from commit 2d9d10179ff3f13029bf4430e62c455a839987ca) Co-authored-by: Ned Batchelder --- Doc/tutorial/controlflow.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b830ce94ba4f..8261bbdbfb7a 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 ================================= -- 2.47.3