summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-27 08:54:37 -0400
committerGitHub <noreply@github.com>2020-05-27 08:54:37 -0400
commit70c8c0f39cf737d5eff70e36af5c66973ae1340a (patch)
tree3852fc7063eaaf3b2f9f8afeb8fff1d3bb384d4c /docs/userguide
parente53fe0d2eafa85c3ad85c837953f67f4aba28ed3 (diff)
downloadpython-setuptools-git-70c8c0f39cf737d5eff70e36af5c66973ae1340a.tar.gz
Mention that `namespace_packages` is omitted.
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/package_discovery.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/package_discovery.txt b/docs/userguide/package_discovery.txt
index 350a02ad..0e0d27c5 100644
--- a/docs/userguide/package_discovery.txt
+++ b/docs/userguide/package_discovery.txt
@@ -222,7 +222,8 @@ the previous section.
``pkgutil`` style namespace package
-----------------------------------
This method is almost identical to the ``pkg_resource`` except that the
-``__init__.py`` file contains the following:
+``namespace_packages`` declaration is omitted and the ``__init__.py``
+file contains the following:
.. code-block:: python