Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb86c5 commit 67494f2Copy full SHA for 67494f2
1 file changed
Doc/library/os.rst
@@ -1514,7 +1514,7 @@ Files and Directories
1514
ineffective, because in bottom-up mode the directories in *dirnames* are
1515
generated before *dirpath* itself is generated.
1516
1517
- By default errors from the :func:`listdir` call are ignored. If optional
+ By default, errors from the :func:`listdir` call are ignored. If optional
1518
argument *onerror* is specified, it should be a function; it will be called with
1519
one argument, an :exc:`OSError` instance. It can report the error to continue
1520
with the walk, or raise the exception to abort the walk. Note that the filename
0 commit comments