Commit 001f7784 authored by Sandro Tosi's avatar Sandro Tosi

merge with 3.2

parents 1ef45e46 6563a1f8
...@@ -372,7 +372,7 @@ The :keyword:`del` statement ...@@ -372,7 +372,7 @@ The :keyword:`del` statement
del_stmt: "del" `target_list` del_stmt: "del" `target_list`
Deletion is recursively defined very similar to the way assignment is defined. 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. Deletion of a target list recursively deletes each target, from left to right.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment