Commit 4c1b9f4c authored by Sandro Tosi's avatar Sandro Tosi

fix typo; thanks to Andrew Harrington from docs@

parent eab42bf0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment