summaryrefslogtreecommitdiff
path: root/Doc/library/runpy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/runpy.rst')
-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 55e845d594..7278b7a0df 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