[issue6505] Minor typos in tutorial (i/o chapter)

csmayfield report at bugs.python.org
Fri Jul 17 17:39:10 CEST 2009


New submission from csmayfield <csmayfield at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6505>
_______________________________________


More information about the Python-bugs-list mailing list