diff options
Diffstat (limited to 'Doc/library/runpy.rst')
| -rw-r--r-- | Doc/library/runpy.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
