diff options
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 924d7f5..62fb18f 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -114,7 +114,7 @@ New, Improved, and Deprecated Modules * *ignore_dangling_symlinks*: when ``symlinks=False`` (meaning that the function copies the file pointed to by the symlink, not the symlink - itself) this option will silence the error thrown if the file doesn't + itself) this option will silence the error raised if the file doesn't exist. * *copy_function*: a callable that will be used to copy files. |