From 67494f22243803422a91634945ae405c5a858939 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 18 Oct 2011 12:59:39 +0300 Subject: #12277: add missing comma. --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12