From: Victor Stinner Date: Mon, 25 Jan 2021 12:59:02 +0000 (+0100) Subject: bpo-42955: Fix sys.module_names doc (GH-24329) X-Git-Tag: v3.10.0a5~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=483359174e92489e13959977824806734f1a8cdd;p=thirdparty%2FPython%2Fcpython.git 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 d536fc9322eb..f187895410cd 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1077,7 +1077,7 @@ always available. See also the :attr:`sys.builtin_module_names` list. - .. versionchanged:: 3.10 + .. versionadded:: 3.10 .. data:: modules