Skip to content

Commit 64f6e73

Browse files
authored
Update Doc/glossary.rst
1 parent 16d5407 commit 64f6e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ 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 a single package across multiple directories or distributions.
944+
Namespace packages allow several individually installable packages to have a common parent package.
945945
On the other hand, namespace packages have several drawbacks and pitfalls.
946946
Use :term:`regular package` always when it fits your needs.
947947

0 commit comments

Comments
 (0)