fix typo; thanks to Andrew Harrington from docs@
This commit is contained in:
parent
eab42bf094
commit
4c1b9f4ca7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue