[Python-checkins] peps: Fix typo.

eric.smith python-checkins at python.org
Wed Apr 25 19:35:15 CEST 2012


http://hg.python.org/peps/rev/c6cbb3dac78a
changeset:   4308:c6cbb3dac78a
user:        Eric V. Smith <eric at trueblade.com>
date:        Wed Apr 25 13:35:07 2012 -0400
summary:
  Fix typo.

files:
  pep-0420.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -201,7 +201,7 @@
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list