]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42955: Fix sys.module_names doc (GH-24329)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Jan 2021 12:59:02 +0000 (13:59 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 12:59:02 +0000 (13:59 +0100)
Replace versionchanged markup with versionadded.

Doc/library/sys.rst

index d536fc9322eb0c27c7e233c1a279c5bc294bd912..f187895410cd4f67e487a57a838edc8081be931a 100644 (file)
@@ -1077,7 +1077,7 @@ always available.
 
    See also the :attr:`sys.builtin_module_names` list.
 
-   .. versionchanged:: 3.10
+   .. versionadded:: 3.10
 
 
 .. data:: modules