summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-04-14 19:17:37 +0000
committerPJ Eby <distutils-sig@python.org>2006-04-14 19:17:37 +0000
commit60bfe6d355520290b9ed80e3de1e9e0eee15fc98 (patch)
treea079ce962a6bbd20209f87864e7bf209b649e5ac /docs
parent868c0d39e6fced1d53d8dfd7cf2136cc3e47ab61 (diff)
downloadpython-setuptools-bitbucket-60bfe6d355520290b9ed80e3de1e9e0eee15fc98.tar.gz
Namespace package doc tweaks.
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
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