]> granicus.if.org Git - python/commitdiff
Fix markup for arguments in importlib docs.
authorBrett Cannon <bcannon@gmail.com>
Thu, 22 Jan 2009 18:37:20 +0000 (18:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 22 Jan 2009 18:37:20 +0000 (18:37 +0000)
Doc/library/importlib.rst

index d247f2b87298081dba20debad5a0c054268f28fe..3f33cfb5dfc111ef55087ea4135646ffd87d9469 100644 (file)
@@ -68,10 +68,10 @@ Functions
 
 .. function:: import_module(name, package=None)
 
-    Import a module. The ``name`` argument specifies what module to
+    Import a module. The *name* argument specifies what module to
     import in absolute or relative terms
     (e.g. either ``pkg.mod`` or ``..mod``). If the name is
-    specified in relative terms, then the ``package`` argument must be
+    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