[Python-checkins] peps: Improved wording.

eric.smith python-checkins at python.org
Wed May 23 14:20:12 CEST 2012


http://hg.python.org/peps/rev/5cef0e854065
changeset:   4419:5cef0e854065
user:        Eric V. Smith <eric at trueblade.com>
date:        Wed May 23 08:20:02 2012 -0400
summary:
  Improved wording.

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


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -409,10 +409,10 @@
 not required.  If the parent path is looked up by name instead of by
 holding a reference to it, then there is no restriction on how the
 parent path is modified or replaced.  For a top-level namespace
-package, the lookup would be a module ``"sys"`` then its attribute
-``"path"``.  For a namespace package nested inside a module ``foo``,
-the lookup would be module ``"foo"`` then its attribute
-``"__path__"``.
+package, the lookup would be the module named ``"sys"`` then its
+attribute ``"path"``.  For a namespace package nested inside a package
+``foo``, the lookup would be for the module named ``"foo"`` then its
+attribute ``"__path__"``.
 
 
 Module reprs

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


More information about the Python-checkins mailing list