https://github.com/python/cpython/commit/2d9d10179ff3f13029bf4430e62c455a839987ca
commit: 2d9d10179ff3f13029bf4430e62c455a839987ca
branch: main
author: Ned Batchelder <[email protected]>
committer: nedbat <[email protected]>
date: 2024-10-29T20:11:50-04:00
summary:

docs: restore an anchor to for/else (#126154)

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]

Reply via email to