]> granicus.if.org Git - python/commitdiff
#25679: spelling fix
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Nov 2015 14:57:20 +0000 (09:57 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Nov 2015 14:57:20 +0000 (09:57 -0500)
Doc/reference/executionmodel.rst

index 5dfa0d2eb287e9b6dc299a62f190f66ca365cd6d..5f1ea92ed460f35d8de33da063927afaf3980745 100644 (file)
@@ -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.
-