Wording fix
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 @@
 
    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