[Python-checkins] r80303 - python/branches/py3k/Doc/whatsnew/3.2.rst

tarek.ziade python-checkins at python.org
Wed Apr 21 09:30:43 CEST 2010


Author: tarek.ziade
Date: Wed Apr 21 09:30:43 2010
New Revision: 80303

Log:
fixed typo

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Wed Apr 21 09:30:43 2010
@@ -89,7 +89,7 @@
 
   * 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.


More information about the Python-checkins mailing list