[Python-checkins] r64760 - python/trunk/Doc/library/shutil.rst

andrew.kuchling python-checkins at python.org
Sun Jul 6 19:43:16 CEST 2008


Author: andrew.kuchling
Date: Sun Jul  6 19:43:16 2008
New Revision: 64760

Log:
Wording fix

Modified:
   python/trunk/Doc/library/shutil.rst

Modified: python/trunk/Doc/library/shutil.rst
==============================================================================
--- python/trunk/Doc/library/shutil.rst	(original)
+++ python/trunk/Doc/library/shutil.rst	Sun Jul  6 19:43:16 2008
@@ -82,7 +82,7 @@
 
    This factory function creates a function that can be used as a callable for
    :func:`copytree`\'s *ignore* argument, ignoring files and directories that
-   match one the glob-style *patterns* provided.  See the example below.
+   match one of the glob-style *patterns* provided.  See the example below.
 
    .. versionadded:: 2.6
 


More information about the Python-checkins mailing list