summaryrefslogtreecommitdiff
path: root/docs/pkg_resources.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pkg_resources.rst')
-rw-r--r--docs/pkg_resources.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst
index 994bea6f..2ba10134 100644
--- a/docs/pkg_resources.rst
+++ b/docs/pkg_resources.rst
@@ -1229,7 +1229,7 @@ Resource Extraction
If you are implementing an ``IResourceProvider`` and/or ``IMetadataProvider``
for a new distribution archive format, you may need to use the following
-``IResourceManager`` methods to co-ordinate extraction of resources to the
+``IResourceManager`` methods to coordinate extraction of resources to the
filesystem. If you're not implementing an archive format, however, you have
no need to use these methods. Unlike the other methods listed above, they are
*not* available as top-level functions tied to the global ``ResourceManager``;