summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-01-25 12:59:02 (GMT)
committerGitHub <noreply@github.com>2021-01-25 12:59:02 (GMT)
commit483359174e92489e13959977824806734f1a8cdd (patch)
tree16a4ab14a38585183862a21ef280c42d79d5414b
parentdb584bdad32d81e42b71871077a8008036f5c048 (diff)
downloadcpython-483359174e92489e13959977824806734f1a8cdd.zip
cpython-483359174e92489e13959977824806734f1a8cdd.tar.gz
cpython-483359174e92489e13959977824806734f1a8cdd.tar.bz2
bpo-42955: Fix sys.module_names doc (GH-24329)
Replace versionchanged markup with versionadded.
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ always available.
See also the :attr:`sys.builtin_module_names` list.
- .. versionchanged:: 3.10
+ .. versionadded:: 3.10
.. data:: modules