[docs] [issue29414] Change 'the for statement is such an iterator' in Tutorial
Jim Fasarakis-Hilliard
report at bugs.python.org
Wed Feb 1 14:10:16 EST 2017
New submission from Jim Fasarakis-Hilliard:
The current line is confusing hinting that the for statement is actually an object, it also makes a reference to iterators which the tutorial doesn't disambiguate until the chapter on Classes.
I've added a small patch that, in my opinion, makes it clearer by using the terminology of the previous sentence.
----------
assignee: docs at python
components: Documentation
messages: 286678
nosy: Jim Fasarakis-Hilliard, docs at python
priority: normal
severity: normal
status: open
title: Change 'the for statement is such an iterator' in Tutorial
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29414>
_______________________________________
More information about the docs
mailing list