[docs] [issue11405] Wrong reference to string module in tutorial/inputoutput.rst
INADA Naoki
report at bugs.python.org
Sat Mar 5 06:44:11 CET 2011
New submission from INADA Naoki <songofacandy at gmail.com>:
http://docs.python.org/py3k/tutorial/inputoutput.html#fancier-output-formatting
> The standard module string contains some useful operations for padding strings to a given column width; these will be discussed shortly.
The document uses str.rjust, ljust, zfill methods and not use string module
for padding.
----------
assignee: docs at python
components: Documentation
messages: 130105
nosy: docs at python, naoki
priority: normal
severity: normal
status: open
title: Wrong reference to string module in tutorial/inputoutput.rst
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11405>
_______________________________________
More information about the docs
mailing list