New submission from Johannes Ammon <johannes.am...@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@python components: Documentation messages: 128533 nosy: docs@python, jammon priority: normal severity: normal status: open title: Example for itertools.count is misleading versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com