[Python-checkins] cpython (3.3): fix typo; thanks to Andrew Harrington from docs@

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


http://hg.python.org/cpython/rev/78766fb868fb
changeset:   81766:78766fb868fb
branch:      3.3
parent:      81763:8c49dd8e4d22
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 27 00:33:04 2013 +0100
summary:
  fix typo; thanks to Andrew Harrington from docs@

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