Commit 1336e990 authored by Jeremy Hylton's avatar Jeremy Hylton

Fred observes that the typo was not the only problem with this sentence.

parent 4a98f70a
...@@ -172,7 +172,7 @@ operations. Each occurrence of a name in the program text refers to ...@@ -172,7 +172,7 @@ operations. Each occurrence of a name in the program text refers to
the binding of that name established in the innermost function block the binding of that name established in the innermost function block
containing the use. containing the use.
A \dfn{block} is a piece of Python program text that can is executed as A \dfn{block} is a piece of Python program text that is executed as
a unit. The following are blocks: a module, a function body, and a a unit. The following are blocks: a module, a function body, and a
class defintion. class defintion.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment