[docs] [issue21727] Ambiguous sentence explaining `cycle` in itertools documentation
Matt Deacalion Stevens
report at bugs.python.org
Wed Jun 11 20:46:30 CEST 2014
New submission from Matt Deacalion Stevens:
https://docs.python.org/3.5/library/itertools.html#itertools.cycle
The first sentence sounds a bit ambiguous:
"Make an iterator returning elements from the iterable and saving a copy of each."
Suggestion:
"Make an iterator that returns elements from the iterable and saves a copy of each."
----------
assignee: docs at python
components: Documentation
messages: 220298
nosy: Matt.Deacalion.Stevens, docs at python
priority: normal
severity: normal
status: open
title: Ambiguous sentence explaining `cycle` in itertools documentation
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21727>
_______________________________________
More information about the docs
mailing list