New submission from csmayfield <csmayfi...@gmail.com>: In tutorial/inputoutput.html: "This also greater control over how the value is formatted. The following example truncates the Pi to three places after the decimal."
Should be: "This allows greater control over how the value is formatted. The following example truncates pi to three places after the decimal." Next subsection: "However, because this old style of formatting will eventually removed from the language str.format() should generally be used." Should be: "However, because this old style of formatting will eventually be removed from the language, str.format() should generally be used." ---------- assignee: georg.brandl components: Documentation messages: 90628 nosy: csmayfield, georg.brandl severity: normal status: open title: Minor typos in tutorial (i/o chapter) versions: Python 2.6, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6505> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com