Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67494f2

Browse files
committed
#12277: add missing comma.
1 parent bcb86c5 commit 67494f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ Files and Directories
15141514
ineffective, because in bottom-up mode the directories in *dirnames* are
15151515
generated before *dirpath* itself is generated.
15161516

1517-
By default errors from the :func:`listdir` call are ignored. If optional
1517+
By default, errors from the :func:`listdir` call are ignored. If optional
15181518
argument *onerror* is specified, it should be a function; it will be called with
15191519
one argument, an :exc:`OSError` instance. It can report the error to continue
15201520
with the walk, or raise the exception to abort the walk. Note that the filename

0 commit comments

Comments
 (0)