diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-04-14 19:17:37 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-04-14 19:17:37 +0000 |
| commit | 027e75e50a80d91feaad81d496da4d7d1714804f (patch) | |
| tree | 1037e3d32d40e897514b67b03ec0d8baeedddf65 | |
| parent | 52dcb6d1c888a4a7a047f380783f572055a175dc (diff) | |
| download | external_python_setuptools-027e75e50a80d91feaad81d496da4d7d1714804f.tar.gz external_python_setuptools-027e75e50a80d91feaad81d496da4d7d1714804f.tar.bz2 external_python_setuptools-027e75e50a80d91feaad81d496da4d7d1714804f.zip | |
Namespace package doc tweaks.
--HG--
extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5
extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c
| -rw-r--r-- | docs/setuptools.txt | 2 |
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 |
