diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-07-06 17:43:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-07-06 17:43:16 (GMT) |
commit | c40608491c1a65ad6a1e9442849bef8b18108ee5 (patch) | |
tree | a901a470d1c7d797006d661d76ef1df18ccc5f58 /Doc | |
parent | de2939bb750e22afc762e90704c1360f30026115 (diff) | |
download | cpython-c40608491c1a65ad6a1e9442849bef8b18108ee5.zip cpython-c40608491c1a65ad6a1e9442849bef8b18108ee5.tar.gz cpython-c40608491c1a65ad6a1e9442849bef8b18108ee5.tar.bz2 |
Wording fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index ab652a5..b1a392e 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 |