mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
merge with 3.2
This commit is contained in:
commit
29cfdc7a61
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ The :keyword:`del` statement
|
|||
del_stmt: "del" `target_list`
|
||||
|
||||
Deletion is recursively defined very similar to the way assignment is defined.
|
||||
Rather that spelling it out in full details, here are some hints.
|
||||
Rather than spelling it out in full details, here are some hints.
|
||||
|
||||
Deletion of a target list recursively deletes each target, from left to right.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue