mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Typo.
This commit is contained in:
parent
1ed564af8c
commit
495afea36e
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ name is unbound, a \exception{NameError} exception will be raised.
|
||||||
\indexii{unbinding}{name}
|
\indexii{unbinding}{name}
|
||||||
|
|
||||||
It is illegal to delete a name from the local namespace if it occurs
|
It is illegal to delete a name from the local namespace if it occurs
|
||||||
as a free variable\indexii{free}{varaible} in a nested block.
|
as a free variable\indexii{free}{variable} in a nested block.
|
||||||
|
|
||||||
Deletion of attribute references, subscriptions and slicings
|
Deletion of attribute references, subscriptions and slicings
|
||||||
is passed to the primary object involved; deletion of a slicing
|
is passed to the primary object involved; deletion of a slicing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue