summaryrefslogtreecommitdiff
path: root/docs/pkg_resources.rst
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
committerluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
commitc063b3af1ecbcea0f0cc63b941f5e2038be9efcb (patch)
tree6e5a6410fa4c3912bda6328bc9e0074c3d54ec37 /docs/pkg_resources.rst
parent317ad2c4c9edf793e65372e80ec2d64f4edf147f (diff)
downloadpython-setuptools-git-c063b3af1ecbcea0f0cc63b941f5e2038be9efcb.tar.gz
Fix misc. doc typos
Found via `codespell`
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``;