#25679: spelling fix

This commit is contained in:
R David Murray 2015-11-20 09:57:20 -05:00
parent a82642f9db
commit 51d3f8b0ba
1 changed files with 2 additions and 3 deletions

View 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.