We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d5407 commit 64f6e73Copy full SHA for 64f6e73
Doc/glossary.rst
@@ -941,7 +941,7 @@ Glossary
941
and specifically are not like a :term:`regular package` because they
942
have no ``__init__.py`` file.
943
944
- Namespace packages allow you to split a single package across multiple directories or distributions.
+ Namespace packages allow several individually installable packages to have a common parent package.
945
On the other hand, namespace packages have several drawbacks and pitfalls.
946
Use :term:`regular package` always when it fits your needs.
947
0 commit comments