From e8563241057518e8bacfecd0859b57c893020d61 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 29 Oct 2024 19:28:49 -0400 Subject: [PATCH] docs: restore an anchor to for/else --- Doc/tutorial/controlflow.rst | 1 + 1 file changed, 1 insertion(+) 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 =================================