Fix typo.

This commit is contained in:
Eric V. Smith 2012-04-25 13:35:07 -04:00
parent 481d0d80c3
commit f1955cfc07
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ would be in a directory that is on ``sys.path``. Inside "foo" would
be two directories, "bar" and "baz". If "foo.bar" is removed (perhaps
by an automatic packager), care must be taken not to remove the
"foo/baz" or "foo" directories. Note that in this case "foo" will be
a namespace package (because it lacks an ``__init__.py``, even though
a namespace package (because it lacks an ``__init__.py``), even though
all of its portions are in the same directory.
If the portions are installed in different locations, two different