From 67b21b7547feee634bbecafeb88606ff350c0d3c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 17 Aug 2010 15:07:14 +0000 Subject: Consistency check for versionadded/changed directives. --- Doc/library/runpy.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Doc/library/runpy.rst') diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst index 907ce2af13..71f896f4c3 100644 --- a/Doc/library/runpy.rst +++ b/Doc/library/runpy.rst @@ -68,8 +68,7 @@ The :mod:`runpy` module provides two functions: .. versionchanged:: 3.1 - Added ability to execute packages by looking for a ``__main__`` - submodule + Added ability to execute packages by looking for a ``__main__`` submodule. .. function:: run_path(file_path, init_globals=None, run_name=None) -- cgit v1.2.1