[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 2d9d10179f)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
Miss Islington (bot) 2024-10-30 09:16:33 +01:00 committed by GitHub
parent 343a7a6259
commit de9ff23ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
=================================