mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#12277: add missing comma.
This commit is contained in:
parent
deb1ce7b95
commit
086f927f25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue