Skip to content

Commit c33cc85

Browse files
committed
simplify
1 parent 64f6e73 commit c33cc85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,7 @@ Glossary
942942
have no ``__init__.py`` file.
943943

944944
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.
945+
Otherwise, it is recommended to use a :term:`regular package`.
947946

948947
For more information, see :pep:`420` and :ref:`reference-namespace-package`.
949948

0 commit comments

Comments
 (0)