]> granicus.if.org Git - python/commitdiff
fixed typo -- thanks Nick
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 20 Apr 2010 14:31:49 +0000 (14:31 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 20 Apr 2010 14:31:49 +0000 (14:31 +0000)
Doc/library/shutil.rst
Lib/shutil.py

index 7ec159dcb66492285222b99f1db658fa3cb48fde..5fd17d25d852fc9bd0b31231ef55b44561c31396 100644 (file)
@@ -103,7 +103,7 @@ Directory and files operations
    exist, a exception will be added in the list of errors raised in
    a :exc:`Error` exception at the end of the copy process.
    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
    arguments the directory being visited by :func:`copytree`, and a list of its
index e3a79efde0270f0ff9af89387f74712865dbb69b..db47417e9ca8522b9391da39063251eaa63e9607 100644 (file)
@@ -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.
 
     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