add spaces

This commit is contained in:
Benjamin Peterson 2010-09-13 01:31:57 +00:00
parent c7b1cfa463
commit 0f4dd9a8e5
1 changed files with 2 additions and 0 deletions

View 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