[Python-checkins] cpython (2.7): fix Rather that/Rather than; thanks to Reuben Thomas from docs@

sandro.tosi python-checkins at python.org
Sat Dec 24 20:05:42 CET 2011


http://hg.python.org/cpython/rev/c560302d1a5e
changeset:   74158:c560302d1a5e
branch:      2.7
parent:      74155:a1edc6e4b49c
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Dec 24 19:55:49 2011 +0100
summary:
  fix Rather that/Rather than; thanks to Reuben Thomas from docs@

files:
  Doc/reference/simple_stmts.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -352,7 +352,7 @@
    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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list