summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-11-20 14:58:51 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-11-20 14:58:51 (GMT)
commit0aaeacb3f1e1ed5eba2c858bbbc58b2280a948a1 (patch)
tree0e9053e7575168fcefed829b4fb2fdada71187d5 /Doc/reference
parent6fbd7741db5cb6db4cd49722d42f20d2b1d7dc0a (diff)
parent51d3f8b0baf76f71fa9a72cd069c1cd2e77eb2a4 (diff)
downloadcpython-0aaeacb3f1e1ed5eba2c858bbbc58b2280a948a1.zip
cpython-0aaeacb3f1e1ed5eba2c858bbbc58b2280a948a1.tar.gz
cpython-0aaeacb3f1e1ed5eba2c858bbbc58b2280a948a1.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.
-