Commit bb8606da authored by Ezio Melotti's avatar Ezio Melotti

#12277: merge with 3.2.

parents 5c267e2d 67494f22
......@@ -2168,7 +2168,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment