From: Éric Araujo Date: Sun, 24 Apr 2011 00:44:39 +0000 (+0200) Subject: Fix indentation X-Git-Tag: v3.2.1b1~71^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b547148d163d54612528e0c4f2b133dc9ca7cb49;p=python Fix indentation --- diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst index f7c77f6b8d..4df622cb1f 100644 --- a/Doc/library/runpy.rst +++ b/Doc/library/runpy.rst @@ -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