mirror of
https://github.com/python/cpython.git
synced 2024-12-26 10:14:58 +08:00
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
This commit is contained in:
parent
baf30da240
commit
75c71ccf2a
@ -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…
Reference in New Issue
Block a user