summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-24 18:56:04 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-24 18:56:04 (GMT)
commit75c71ccf2af95d34d164e6ab149968f817809112 (patch)
tree0f6400ad2a340f8315b65842ba12a199844e76bd /Doc/reference
parentbaf30da2402d7eeb710fc26f0e013cb2de632225 (diff)
downloadcpython-75c71ccf2af95d34d164e6ab149968f817809112.zip
cpython-75c71ccf2af95d34d164e6ab149968f817809112.tar.gz
cpython-75c71ccf2af95d34d164e6ab149968f817809112.tar.bz2
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/simple_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index a375117..0bf2127 100644
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -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.