diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-04 09:29:10 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-04 09:29:10 (GMT) |
commit | 6e40e27ecfe417ab4633c46b8ac99d30ebad6b36 (patch) | |
tree | c4e4c62aa19b1f936615743c462ab380932de51d /Doc/library/runpy.rst | |
parent | aafdca895b5384455de662f89955f240daaa8caf (diff) | |
download | cpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.zip cpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.tar.gz cpython-6e40e27ecfe417ab4633c46b8ac99d30ebad6b36.tar.bz2 |
Merged revisions 77298 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77298 | ezio.melotti | 2010-01-04 11:00:11 +0200 (Mon, 04 Jan 2010) | 1 line
fixed markup errors
........
Diffstat (limited to 'Doc/library/runpy.rst')
-rw-r--r-- | Doc/library/runpy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst index 55e845d..7278b7a 100644 --- a/Doc/library/runpy.rst +++ b/Doc/library/runpy.rst @@ -43,7 +43,7 @@ The :mod:`runpy` module provides two functions: ``__file__`` is set to the name provided by the module loader. If the loader does not make filename information available, this variable is set - to `:const:`None`. + to :const:`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 |