]> granicus.if.org Git - python/commitdiff
Fix indentation
authorÉric Araujo <merwok@netwok.org>
Sun, 24 Apr 2011 00:44:39 +0000 (02:44 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 24 Apr 2011 00:44:39 +0000 (02:44 +0200)
Doc/library/runpy.rst

index f7c77f6b8d79cdcbc71d5af52da92140a7bb60d9..4df622cb1f882e60e5a999994f42e227cdd55a38 100644 (file)
@@ -49,7 +49,7 @@ The :mod:`runpy` module provides two functions:
    loader does not make filename information available, this variable is set
    to :const:`None`.
 
-    ``__cached__`` will be set to ``None``.
+   ``__cached__`` will be set to ``None``.
 
    ``__loader__`` is set to the :pep:`302` module loader used to retrieve the
    code for the module (This loader may be a wrapper around the standard