mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#12277: add missing comma.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user