summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorwim glenn <wim.glenn@gmail.com>2022-08-13 16:09:44 -0500
committerGitHub <noreply@github.com>2022-08-13 16:09:44 -0500
commit03b7348ba1b57c3874677c3dc8f6f90ec6e30516 (patch)
tree8e2bed6a3a46df4e0c4c29ff3c435dc896f98b85 /docs/userguide
parentcf859fa354f5d64c520f33e743eeefab544e23c3 (diff)
downloadpython-setuptools-git-03b7348ba1b57c3874677c3dc8f6f90ec6e30516.tar.gz
typo fix
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/development_mode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst
index d2d5c705..c911af53 100644
--- a/docs/userguide/development_mode.rst
+++ b/docs/userguide/development_mode.rst
@@ -148,7 +148,7 @@ Limitations
Users are encouraged to use tools like :mod:`importlib.resources` or
:mod:`importlib.metadata` when trying to access package files directly.
- Editable installations may not work with
- :doc:`namespaces created with pkgutil or pkg_resouces
+ :doc:`namespaces created with pkgutil or pkg_resources
<PyPUG:guides/packaging-namespace-packages>`.
Please use :pep:`420`-style implicit namespaces [#namespaces]_.
- Support for :pep:`420`-style implicit namespace packages for