From: Ezio Melotti Date: Tue, 18 Oct 2011 10:02:11 +0000 (+0300) Subject: #12277: add missing comma. X-Git-Tag: v2.7.3rc1~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086f927f25be79ea65679faca485bda06e21ac3b;p=thirdparty%2FPython%2Fcpython.git #12277: add missing comma. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9968e6e6678e..c7a57f665466 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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