[Python-checkins] peps: A few small clarifications.

barry.warsaw python-checkins at python.org
Tue Jun 7 23:17:44 CEST 2011


http://hg.python.org/peps/rev/ce04352dda1d
changeset:   3884:ce04352dda1d
user:        Barry Warsaw <barry at python.org>
date:        Tue Jun 07 17:17:29 2011 -0400
summary:
  A few small clarifications.

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


diff --git a/pep-0396.txt b/pep-0396.txt
--- a/pep-0396.txt
+++ b/pep-0396.txt
@@ -105,7 +105,7 @@
 #. When a module includes a version number, it SHOULD be available in
    the ``__version__`` attribute on that module.
 
-#. For modules which are also packages, the module namespace SHOULD
+#. For modules which are also packages, the module's namespace SHOULD
    include the ``__version__`` attribute.
 
 #. For modules which live inside a namespace package, the sub-package
@@ -225,7 +225,7 @@
     [metadata]
     version-from-file: elle.py
 
-where ``parse`` means to use a parsing method similar to the above, on
+A parsing method similar to that described above will be performed on
 the file named after the colon.  The exact recipe for doing this will
 be discussed in the appropriate distutils2 development forum.
 

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


More information about the Python-checkins mailing list