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 64f6e73 commit c33cc85Copy full SHA for c33cc85
Doc/glossary.rst
@@ -942,8 +942,7 @@ Glossary
942
have no ``__init__.py`` file.
943
944
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.
+ Otherwise, it is recommended to use a :term:`regular package`.
947
948
For more information, see :pep:`420` and :ref:`reference-namespace-package`.
949
0 commit comments