]> granicus.if.org Git - python/commitdiff
#12277: add missing comma.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 18 Oct 2011 10:02:11 +0000 (13:02 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 18 Oct 2011 10:02:11 +0000 (13:02 +0300)
Doc/library/os.rst

index 9968e6e6678e61072af358c16ed44a5bb8b331ac..c7a57f665466a6973dc33f99ef4a454a75e2c171 100644 (file)
@@ -1598,7 +1598,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