[issue12277] Missing comma in os.walk docs
Boštjan Mejak
report at bugs.python.org
Tue Jun 7 11:45:51 CEST 2011
New submission from Boštjan Mejak <bostjan.mejak at gmail.com>:
http://docs.python.org/release/2.6.6/library/os.html?highlight=os.walk#os.walk
Click the above link and note the 5th paragraph which goes "By default errors from the listdir() call are ignored."
Please fix it to "By default, errors from the listdir() call are ignored."
So add a comma after "By default," Thanks.
----------
assignee: docs at python
components: Documentation
messages: 137795
nosy: Retro, docs at python
priority: normal
severity: normal
status: open
title: Missing comma in os.walk docs
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12277>
_______________________________________
More information about the Python-bugs-list
mailing list