summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-24 00:44:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-24 00:44:39 (GMT)
commitb547148d163d54612528e0c4f2b133dc9ca7cb49 (patch)
treeb739030d5723d5f0f368b9fe6715120f270c9018
parentfbeb1a94681d9921e9169e991504584eef4501a9 (diff)
downloadcpython-b547148d163d54612528e0c4f2b133dc9ca7cb49.zip
cpython-b547148d163d54612528e0c4f2b133dc9ca7cb49.tar.gz
cpython-b547148d163d54612528e0c4f2b133dc9ca7cb49.tar.bz2
Fix indentation
-rw-r--r--Doc/library/runpy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst
index f7c77f6..4df622c 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