[docs] [issue22170] Typo in iterator doc

Susan Tan report at bugs.python.org
Fri Aug 8 05:26:17 CEST 2014


New submission from Susan Tan:

Typo in last line: 

for line in open("myfile.txt"):
    print line,

Instead there should be no extra "," character in "print line,"

----------
assignee: docs at python
components: Documentation
messages: 225056
nosy: Susan, docs at python
priority: normal
severity: normal
status: open
title: Typo in iterator doc
type: enhancement
versions: Python 2.7

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


More information about the docs mailing list