mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fixed typo -- thanks Nick
This commit is contained in:
parent
cb999a311c
commit
6cf3e616e4
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ Directory and files operations
|
||||||
exist, a exception will be added in the list of errors raised in
|
exist, a exception will be added in the list of errors raised in
|
||||||
a :exc:`Error` exception at the end of the copy process.
|
a :exc:`Error` exception at the end of the copy process.
|
||||||
You can set the optional *ignore_dangling_symlinks* flag to true if you
|
You can set the optional *ignore_dangling_symlinks* flag to true if you
|
||||||
want to silent this exception.
|
want to silence this exception.
|
||||||
|
|
||||||
If *ignore* is given, it must be a callable that will receive as its
|
If *ignore* is given, it must be a callable that will receive as its
|
||||||
arguments the directory being visited by :func:`copytree`, and a list of its
|
arguments the directory being visited by :func:`copytree`, and a list of its
|
||||||
|
|
|
@ -162,7 +162,7 @@ def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2,
|
||||||
an Error exception at the end of the copy process.
|
an Error exception at the end of the copy process.
|
||||||
|
|
||||||
You can set the optional ignore_dangling_symlinks flag to true if you
|
You can set the optional ignore_dangling_symlinks flag to true if you
|
||||||
want to silent this exception.
|
want to silence this exception.
|
||||||
|
|
||||||
|
|
||||||
The optional ignore argument is a callable. If given, it
|
The optional ignore argument is a callable. If given, it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue