Skip to content

Commit 16d5407

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 5215bae commit 16d5407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,8 @@ Glossary
941941
and specifically are not like a :term:`regular package` because they
942942
have no ``__init__.py`` file.
943943

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.
944+
Namespace packages allow you to split a single package across multiple directories or distributions.
945+
On the other hand, namespace packages have several drawbacks and pitfalls.
946946
Use :term:`regular package` always when it fits your needs.
947947

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

0 commit comments

Comments
 (0)