[Python-checkins] cpython (3.2): Fix indentation
eric.araujo
python-checkins at python.org
Wed Apr 27 16:38:35 CEST 2011
http://hg.python.org/cpython/rev/8d4f27590a3e
changeset: 69615:8d4f27590a3e
branch: 3.2
user: Éric Araujo <merwok at netwok.org>
date: Sun Apr 24 02:44:39 2011 +0200
summary:
Fix indentation
files:
Doc/library/runpy.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst
--- a/Doc/library/runpy.rst
+++ b/Doc/library/runpy.rst
@@ -49,7 +49,7 @@
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list