From 027e75e50a80d91feaad81d496da4d7d1714804f Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Fri, 14 Apr 2006 19:17:37 +0000 Subject: Namespace package doc tweaks. --HG-- extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5 extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setuptools.txt b/docs/setuptools.txt index d48ad34f..d277dcb5 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1369,7 +1369,7 @@ You must include the ``declare_namespace()`` line in the ``__init__.py`` of order to ensure that the namespace will be declared regardless of which project's copy of ``__init__.py`` is loaded first. If the first loaded ``__init__.py`` doesn't declare it, it will never *be* declared, because no -other copies will ever be loaded!) +other copies will ever be loaded! TRANSITIONAL NOTE -- cgit v1.2.3