[docs] [issue18239] In itertools docstring update arguments in count() example

py.user report at bugs.python.org
Mon Jun 17 09:04:25 CEST 2013


New submission from py.user:

>>> print(itertools.__doc__)
Functional tools for creating and using iterators.

Infinite iterators:
count([n]) --> n, n+1, n+2, ...

...

----------
assignee: docs at python
components: Documentation, Library (Lib)
files: issue.patch
keywords: patch
messages: 191317
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In itertools docstring update arguments in count() example
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30617/issue.patch

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


More information about the docs mailing list