]> granicus.if.org Git - python/commitdiff
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 24 Dec 2011 18:55:49 +0000 (19:55 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 24 Dec 2011 18:55:49 +0000 (19:55 +0100)
Doc/reference/simple_stmts.rst

index 60e0e993e4d67a1e0bbce289b15f3eb5dbc06643..e32493fabe6d0f451929c705ffdcf5a6d6c91f5b 100644 (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.