]> granicus.if.org Git - python/commitdiff
fixed typo
authorTarek Ziadé <ziade.tarek@gmail.com>
Wed, 21 Apr 2010 07:30:43 +0000 (07:30 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Wed, 21 Apr 2010 07:30:43 +0000 (07:30 +0000)
Doc/whatsnew/3.2.rst

index 1a7d08016d26fe9fbac62fc2eb5d997ce97d5d52..daa96f2b6e879738eb26786b99f761fd11c51ddb 100644 (file)
@@ -89,7 +89,7 @@ New, Improved, and Deprecated Modules
 
   * ignore_dangling_symlinks: when symlinks=false (meaning that the function
     copy the file pointed by the symlink, not the symlink itself)
-    this option will silent the error thrown if the file doesn't exists.
+    this option will silence the error thrown if the file doesn't exists.
 
   * copy_function: a callable that will be used to copy files.
     :func:`shutil.copy2` is used by default.