From: Ned Batchelder Date: Wed, 30 Oct 2024 00:11:50 +0000 (-0400) Subject: docs: restore an anchor to for/else (#126154) X-Git-Tag: v3.14.0a2~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d9d10179ff3f13029bf4430e62c455a839987ca;p=thirdparty%2FPython%2Fcpython.git docs: restore an anchor to for/else (#126154) --- 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 =================================