mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
merge with 3.3
This commit is contained in:
commit
876a58b8d1
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ loops.
|
||||||
the formula ``r[i] = start + step*i``, but the constraints are ``i >= 0``
|
the formula ``r[i] = start + step*i``, but the constraints are ``i >= 0``
|
||||||
and ``r[i] > stop``.
|
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
|
constraint. Ranges do support negative indices, but these are interpreted
|
||||||
as indexing from the end of the sequence determined by the positive
|
as indexing from the end of the sequence determined by the positive
|
||||||
indices.
|
indices.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue