From aca5303a692452bf35fd3df50671366b0ebd09d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filipe=20La=C3=ADns?= <lains@riseup.net>
Date: Tue, 13 Dec 2022 02:11:32 +0000
Subject: [PATCH] GH-100206: use versionadded for the addition of
 sysconfig.get_default_scheme
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Filipe LaĆ­ns <lains@riseup.net>
---
 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 024988777030f8..839c2c015b49ae 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -121,7 +121,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.