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

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


http://hg.python.org/cpython/rev/b1d665781abf
changeset:   74159:b1d665781abf
branch:      3.2
parent:      74156:6be3cbbe5013
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Dec 24 19:56:04 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
@@ -372,7 +372,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