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 Matthew.Jones
Recipients Matthew.Jones, docs@python
Date 2014-06-11.18:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402512390.39.0.862134165796.issue21727@psf.upfronthosting.co.za>
In-reply-to
Content
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."
History
Date User Action Args
2014-06-11 18:46:30Matthew.Jonessetrecipients: + Matthew.Jones, docs@python
2014-06-11 18:46:30Matthew.Jonessetmessageid: <1402512390.39.0.862134165796.issue21727@psf.upfronthosting.co.za>
2014-06-11 18:46:30Matthew.Joneslinkissue21727 messages
2014-06-11 18:46:30Matthew.Jonescreate