commit | 483359174e92489e13959977824806734f1a8cdd | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Jan 25 13:59:02 2021 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 25 13:59:02 2021 +0100 |
tree | 16a4ab14a38585183862a21ef280c42d79d5414b | |
parent | db584bdad32d81e42b71871077a8008036f5c048 [diff] |
bpo-42955: Fix sys.module_names doc (GH-24329) Replace versionchanged markup with versionadded.
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index d536fc9..f187895 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst
@@ -1077,7 +1077,7 @@ See also the :attr:`sys.builtin_module_names` list. - .. versionchanged:: 3.10 + .. versionadded:: 3.10 .. data:: modules