[New-bugs-announce] [issue11209] Example for itertools.count is misleading

Johannes Ammon report at bugs.python.org
Mon Feb 14 06:17:50 CET 2011


New submission from Johannes Ammon <johannes.ammon at gmail.com>:

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 ...

----------
assignee: docs at python
components: Documentation
messages: 128533
nosy: docs at python, jammon
priority: normal
severity: normal
status: open
title: Example for itertools.count is misleading
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11209>
_______________________________________


More information about the New-bugs-announce mailing list