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 5215bae commit 16d5407Copy full SHA for 16d5407
Doc/glossary.rst
@@ -941,8 +941,8 @@ 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 single package across multiple directories or distributions.
945
- On the other hand, namespace packages have some drawbacks and pitfalls.
+ Namespace packages allow you to split a single package across multiple directories or distributions.
+ On the other hand, namespace packages have several drawbacks and pitfalls.
946
Use :term:`regular package` always when it fits your needs.
947
948
For more information, see :pep:`420` and :ref:`reference-namespace-package`.
0 commit comments