fix Rather that/Rather than; thanks to Reuben Thomas from docs@

This commit is contained in:
Sandro Tosi 2011-12-24 19:55:49 +01:00
parent 4fbad84cb6
commit ec53eb817a
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,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.