From 7779344470a3d353cf4f04249d4e4ce7796c8d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Tue, 13 Dec 2022 10:54:07 +0000 Subject: [PATCH] GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207) (cherry picked from commit d3ea82aaf940167482df1e08d6482de8f2dd8526) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filipe LaĆ­ns --- Doc/library/sysconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 7ef3b2489673e6..f42a5345357c81 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -113,7 +113,7 @@ identifier. Python currently uses eight paths: Return the default scheme name for the current platform. - .. versionchanged:: 3.10 + .. versionadded:: 3.10 This function was previously named ``_get_default_scheme()`` and considered an implementation detail.