summaryrefslogtreecommitdiffstats
path: root/Doc/library/imp.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-09-13 01:31:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-09-13 01:31:57 (GMT)
commit0f4dd9a8e565be5c6ce4adeb2429071d06b2d5db (patch)
tree3fb60c7c25b79173d7a6089eecaa6ae956b9512c /Doc/library/imp.rst
parentc7b1cfa4633b351d0442437f30a9263e104261e2 (diff)
downloadcpython-0f4dd9a8e565be5c6ce4adeb2429071d06b2d5db.zip
cpython-0f4dd9a8e565be5c6ce4adeb2429071d06b2d5db.tar.gz
cpython-0f4dd9a8e565be5c6ce4adeb2429071d06b2d5db.tar.bz2
add spaces
Diffstat (limited to 'Doc/library/imp.rst')
-rw-r--r--Doc/library/imp.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index ec86552..9c7e358 100644
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -209,6 +209,7 @@ byte-compiled file paths.
*path* need not exist.
+
.. function:: source_from_cache(path)
Given the *path* to a :pep:`3147` file name, return the associated source code
@@ -217,6 +218,7 @@ byte-compiled file paths.
``/foo/bar/baz.py``. *path* need not exist, however if it does not conform
to :pep:`3147` format, a ``ValueError`` is raised.
+
.. function:: get_tag()
Return the :pep:`3147` magic tag string matching this version of Python's