aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Doc/tutorial/controlflow.rst1
1 files changed, 1 insertions, 0 deletions
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
=================================