[Python-checkins] cpython (merge 2.7 -> 2.7): merge heads

benjamin.peterson python-checkins at python.org
Wed Apr 11 22:12:26 CEST 2012


http://hg.python.org/cpython/rev/5324c821da95
changeset:   76253:5324c821da95
branch:      2.7
parent:      76252:545f8009f01b
parent:      76203:35d95a36afbb
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 11 16:10:07 2012 -0400
summary:
  merge heads

files:
  Doc/library/imp.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -65,7 +65,7 @@
    path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`.
 
    This function does not handle hierarchical module names (names containing
-   dots).  In order to find *P*.*M*, that is, submodule *M* of package *P*, use
+   dots).  In order to find *P.M*, that is, submodule *M* of package *P*, use
    :func:`find_module` and :func:`load_module` to find and load package *P*, and
    then use :func:`find_module` with the *path* argument set to ``P.__path__``.
    When *P* itself has a dotted name, apply this recipe recursively.

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


More information about the Python-checkins mailing list