aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/break.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/break.rst')
-rw-r--r--docs/source/lang/break.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/lang/break.rst b/docs/source/lang/break.rst
index dc50b5f..ce8ac17 100644
--- a/docs/source/lang/break.rst
+++ b/docs/source/lang/break.rst
@@ -2,8 +2,8 @@
.. _lang-break:
-break
-=====
+``break``
+=========
``break`` is used to exit from a :ref:`while <lang-while>`\ ,
:ref:`for <lang-for>`\ , or :ref:`do/while <lang-dowhile>` loop,