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 6feb4b1..1b48167 100644 --- a/Doc/library/runpy.rst +++ b/Doc/library/runpy.rst @@ -67,9 +67,8 @@ The :mod:`runpy` module provides a single function: It is recommended that the :mod:`sys` module be left alone when invoking this function from threaded code. - .. 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. .. seealso:: |