summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-11-20 09:57:20 -0500
committerR David Murray <rdmurray@bitdance.com>2015-11-20 09:57:20 -0500
commit498bc98ee33e37ca9d02d9ac2701411f202613d4 (patch)
treea64779c8e7e647e107c7b94891583e0cadc2baa0
parentb44fabde510f3b5df910d86c2d2805bb911a7aae (diff)
downloadcpython-498bc98ee33e37ca9d02d9ac2701411f202613d4.tar.gz
#25679: spelling fix
-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 5dfa0d2eb2..5f1ea92ed4 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.
-