From: Andrew M. Kuchling Date: Sun, 6 Jul 2008 17:43:16 +0000 (+0000) Subject: Wording fix X-Git-Tag: v2.6b2~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c40608491c1a65ad6a1e9442849bef8b18108ee5;p=thirdparty%2FPython%2Fcpython.git Wording fix --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index ab652a58af93..b1a392e667af 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -82,7 +82,7 @@ copying and removal. For operations on individual files, see also the 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