mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix various typos reported to python-docs.
This commit is contained in:
parent
33fd5f7e02
commit
292724d989
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ and how execution continues after the code block's execution has
|
|||
completed.
|
||||
|
||||
A \dfn{scope}\index{scope} defines the visibility of a name within a
|
||||
block. If a local variable is defined in a block, it's scope includes
|
||||
block. If a local variable is defined in a block, its scope includes
|
||||
that block. If the definition occurs in a function block, the scope
|
||||
extends to any blocks contained within the defining one, unless a
|
||||
contained block introduces a different binding for the name. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue