Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 375c2ae..c4307b5 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -23,5 +23,5 @@
specified in relative terms, then the *package* argument must be
specified to the package which is to act as the anchor for resolving the
package name (e.g. ``import_module('..mod', 'pkg.subpkg')`` will import
- ``pkg.mod``). The specified module will be inserted into
+ ``pkg.mod``). The specified module will be inserted into
:data:`sys.modules` and returned.