From: R David Murray Date: Fri, 20 Nov 2015 14:57:20 +0000 (-0500) Subject: #25679: spelling fix X-Git-Tag: v3.5.1rc1~16^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51d3f8b0baf76f71fa9a72cd069c1cd2e77eb2a4;p=python #25679: spelling fix --- 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. -