Skip to content

Commit

Permalink
merge with 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotosi committed Jan 26, 2013
2 parents 682d8d4 + 4c1b9f4 commit 876a58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 876a58b

Please sign in to comment.