]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add spaces
authorBenjamin Peterson <benjamin@python.org>
Mon, 13 Sep 2010 01:31:57 +0000 (01:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 13 Sep 2010 01:31:57 +0000 (01:31 +0000)
Doc/library/imp.rst

index ec865521bd0e61ecca30d235f0356152f2e6de18..9c7e3585199f2383754c6f743bc33f9a8c84a10e 100644 (file)
@@ -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