summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-11-20 14:59:19 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-11-20 14:59:19 (GMT)
commit3129571fb1d31c2630facd9e9b05706595d3d05b (patch)
tree82ddc52e7d947a75145e3eca911dcf7f75a54bb2 /Doc/reference
parentb4efc963d628475c79f02ecf43a4ec564b46428e (diff)
parent0aaeacb3f1e1ed5eba2c858bbbc58b2280a948a1 (diff)
downloadcpython-3129571fb1d31c2630facd9e9b05706595d3d05b.zip
cpython-3129571fb1d31c2630facd9e9b05706595d3d05b.tar.gz
cpython-3129571fb1d31c2630facd9e9b05706595d3d05b.tar.bz2
Merge: #25679: spelling fix
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/executionmodel.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst
index 5dfa0d2..5f1ea92 100644
--- a/Doc/reference/executionmodel.rst
+++ b/Doc/reference/executionmodel.rst
@@ -11,8 +11,8 @@ Execution model
.. _prog_structure:
-Structure of a programm
-=======================
+Structure of a program
+======================
.. index:: block
@@ -270,4 +270,3 @@ and :keyword:`raise` statement in section :ref:`raise`.
.. [#] This limitation occurs because the code that is executed by these operations
is not available at the time the module is compiled.
-