mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fred observes that the typo was not the only problem with this sentence.
This commit is contained in:
parent
4a98f70a09
commit
1336e99054
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
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
|
||||
class defintion.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue