[Python-checkins] cpython (3.2): minor .rst fix

senthil.kumaran python-checkins at python.org
Tue Apr 10 13:52:13 CEST 2012


http://hg.python.org/cpython/rev/bbc4758bc908
changeset:   76204:bbc4758bc908
branch:      3.2
parent:      76195:aa6f9ab45da8
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Tue Apr 10 19:51:00 2012 +0800
summary:
  minor .rst fix

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
@@ -64,7 +64,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