This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jammon
Recipients docs@python, jammon
Date 2011-02-14.05:17:50
SpamBayes Score 0.00080566836
Marked as misclassified No
Message-id <1297660670.65.0.462812812654.issue11209@psf.upfronthosting.co.za>
In-reply-to
Content
The example code for itertools.count (http://docs.python.org/library/itertools.html#itertools.count) says 

    # count(2.5, 0.5) -> 3.5 3.0 4.5 ...

I think that should read

    # count(2.5, 0.5) -> 2.5 3.0 3.5 ...
History
Date User Action Args
2011-02-14 05:17:50jammonsetrecipients: + jammon, docs@python
2011-02-14 05:17:50jammonsetmessageid: <1297660670.65.0.462812812654.issue11209@psf.upfronthosting.co.za>
2011-02-14 05:17:50jammonlinkissue11209 messages
2011-02-14 05:17:50jammoncreate