Commit 121a055a authored by Antoine Pitrou's avatar Antoine Pitrou

Fix misindent

parent 33da1d65
...@@ -1078,12 +1078,12 @@ shutil ...@@ -1078,12 +1078,12 @@ shutil
The :func:`shutil.copytree` function has two new options: The :func:`shutil.copytree` function has two new options:
* *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function * *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function
copies the file pointed to by the symlink, not the symlink itself. This copies the file pointed to by the symlink, not the symlink itself. This
option will silence the error raised if the file doesn't exist. option will silence the error raised if the file doesn't exist.
* *copy_function*: is a callable that will be used to copy files. * *copy_function*: is a callable that will be used to copy files.
:func:`shutil.copy2` is used by default. :func:`shutil.copy2` is used by default.
(Contributed by Tarek Ziadé.) (Contributed by Tarek Ziadé.)
......
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