mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Fix typo reported by François Pinard.
This commit is contained in:
parent
5f28e8fbfb
commit
aae728f292
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ containing the use.
|
||||||
|
|
||||||
A \dfn{block} is a piece of Python program text that 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 definition.
|
||||||
|
|
||||||
A \dfn{scope} defines the visibility of a name within a block. If a
|
A \dfn{scope} defines the visibility of a name within a block. If a
|
||||||
local variable is defined in a block, it's scope includes that block.
|
local variable is defined in a block, it's scope includes that block.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue