summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-13 22:32:47 +0100
committerGitHub <noreply@github.com>2022-08-13 22:32:47 +0100
commit12f9d54efb7a17c1bfeaba3db3505f1e0cdac3a6 (patch)
tree8e2bed6a3a46df4e0c4c29ff3c435dc896f98b85
parentcf859fa354f5d64c520f33e743eeefab544e23c3 (diff)
parent03b7348ba1b57c3874677c3dc8f6f90ec6e30516 (diff)
downloadpython-setuptools-git-12f9d54efb7a17c1bfeaba3db3505f1e0cdac3a6.tar.gz
Merge pull request #3520 from wimglenn/patch-1
typo fix
-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