]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 24 Dec 2011 18:56:04 +0000 (19:56 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 24 Dec 2011 18:56:04 +0000 (19:56 +0100)
Doc/reference/simple_stmts.rst

index a375117dac8f2c7f1561755c07148d8d40902093..0bf21276ea9e30ba160a8145eeea9b8e7216da47 100644 (file)
@@ -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.