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

sandro.tosi python-checkins at python.org
Sun Jan 27 00:33:41 CET 2013


http://hg.python.org/cpython/rev/525d180a5416
changeset:   81767:525d180a5416
parent:      81764:6866384d9ccb
parent:      81766:78766fb868fb
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 27 00:33:22 2013 +0100
summary:
  merge with 3.3

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


diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1253,7 +1253,7 @@
    the formula ``r[i] = start + step*i``, but the constraints are ``i >= 0``
    and ``r[i] > stop``.
 
-   A range object will be empty if ``r[0]`` does not meant the value
+   A range object will be empty if ``r[0]`` does not meet the value
    constraint. Ranges do support negative indices, but these are interpreted
    as indexing from the end of the sequence determined by the positive
    indices.

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


More information about the Python-checkins mailing list