summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-18 09:59:39 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-18 09:59:39 (GMT)
commit67494f22243803422a91634945ae405c5a858939 (patch)
tree4d24bd1e4fd64377298a2f2d894440e38a2932b2 /Doc/library/os.rst
parentbcb86c52460644f47f14015c5c61ef16673416aa (diff)
downloadcpython-67494f22243803422a91634945ae405c5a858939.zip
cpython-67494f22243803422a91634945ae405c5a858939.tar.gz
cpython-67494f22243803422a91634945ae405c5a858939.tar.bz2
#12277: add missing comma.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 5737755..ea788d3 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1514,7 +1514,7 @@ Files and Directories
ineffective, because in bottom-up mode the directories in *dirnames* are
generated before *dirpath* itself is generated.
- By default errors from the :func:`listdir` call are ignored. If optional
+ By default, errors from the :func:`listdir` call are ignored. If optional
argument *onerror* is specified, it should be a function; it will be called with
one argument, an :exc:`OSError` instance. It can report the error to continue
with the walk, or raise the exception to abort the walk. Note that the filename