From 2d9d10179ff3f13029bf4430e62c455a839987ca Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 29 Oct 2024 20:11:50 -0400 Subject: [PATCH] docs: restore an anchor to for/else (#126154) --- Doc/tutorial/controlflow.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b830ce94ba4..8261bbdbfb7 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 =================================