Fix typo
This commit is contained in:
parent
5126f6dbf7
commit
68db7179ae
|
@ -36,7 +36,7 @@ Pronouncement
|
||||||
the premise that the range() format needed fixing, "The whole point
|
the premise that the range() format needed fixing, "The whole point
|
||||||
(15 years ago) of range() was to *avoid* needing syntax to specify a
|
(15 years ago) of range() was to *avoid* needing syntax to specify a
|
||||||
loop over numbers. I think it's worked out well and there's nothing
|
loop over numbers. I think it's worked out well and there's nothing
|
||||||
that needs to be fixed (except range() needs to become an interator,
|
that needs to be fixed (except range() needs to become an iterator,
|
||||||
which it will in Python 3.0)."
|
which it will in Python 3.0)."
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
|
|
Loading…
Reference in New Issue