[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

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


http://hg.python.org/cpython/rev/1596eb147736
changeset:   74160:1596eb147736
parent:      74157:b2f1518660a8
parent:      74159:b1d665781abf
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Dec 24 19:56:35 2011 +0100
summary:
  merge with 3.2

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