]> granicus.if.org Git - python/commitdiff
fix typo; thanks to Andrew Harrington from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 26 Jan 2013 23:33:04 +0000 (00:33 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 26 Jan 2013 23:33:04 +0000 (00:33 +0100)
Doc/library/stdtypes.rst

index 138405ab023119fb3d23693fb80bd38d5153dff4..30c242966428d14fd5388e8d220d0cc853a1711e 100644 (file)
@@ -1253,7 +1253,7 @@ loops.
    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.