[issue22170] Typo in iterator doc

2014-08-07 Thread Susan Tan
Susan Tan added the comment: https://docs.python.org/2/tutorial/classes.html#iterators -- ___ Python tracker <http://bugs.python.org/issue22170> ___ ___ Python-bug

[issue22170] Typo in iterator doc

2014-08-07 Thread Susan Tan
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@python components: Documentation messages: 225056 nosy: Susan, docs@py

[issue18724] Typo in docs.python.org: smtplib python2.7

2013-08-13 Thread Susan Tan
New submission from Susan Tan: http://docs.python.org/2.7/library/smtplib.html#smtplib.SMTPException "exception smtplib.SMTPException The base exception class for all the other excpetions provided by this module." The word "exceptions" is spelled incorrectly in the