[Python-checkins] r84756 - python/branches/py3k/Doc/library/imp.rst

benjamin.peterson python-checkins at python.org
Mon Sep 13 03:31:57 CEST 2010


Author: benjamin.peterson
Date: Mon Sep 13 03:31:57 2010
New Revision: 84756

Log:
add spaces

Modified:
   python/branches/py3k/Doc/library/imp.rst

Modified: python/branches/py3k/Doc/library/imp.rst
==============================================================================
--- python/branches/py3k/Doc/library/imp.rst	(original)
+++ python/branches/py3k/Doc/library/imp.rst	Mon Sep 13 03:31:57 2010
@@ -209,6 +209,7 @@
 
    *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 @@
    ``/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


More information about the Python-checkins mailing list