summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-20 14:31:49 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-20 14:31:49 (GMT)
commit6cf3e616e4f0cbf78870b6907af8a256f8d2eee7 (patch)
tree94592758f5e3f325f559d0300af4663cf735d5fa /Doc/library
parentcb999a311c23c2bed1ae6a6707de327e400829c6 (diff)
downloadcpython-6cf3e616e4f0cbf78870b6907af8a256f8d2eee7.zip
cpython-6cf3e616e4f0cbf78870b6907af8a256f8d2eee7.tar.gz
cpython-6cf3e616e4f0cbf78870b6907af8a256f8d2eee7.tar.bz2
fixed typo -- thanks Nick
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/shutil.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 7ec159d..5fd17d2 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -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