cpython: 3e723559d9f1 (original) (raw)

Mercurial > cpython

changeset 99224:3e723559d9f1 3.4

#25679: spelling fix [#25679]

R David Murray rdmurray@bitdance.com
date Fri, 20 Nov 2015 09:57:20 -0500
parents 05d6ddf2b7c2
children 44ca5e073feb 8636f0625408
files Doc/reference/executionmodel.rst
diffstat 1 files changed, 2 insertions(+), 3 deletions(-)[+] [-] Doc/reference/executionmodel.rst 5

line wrap: on

line diff

--- 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 sectio .. [#] This limitation occurs because the code that is executed by these operations is not available at the time the module is compiled. -