]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (#100207)
authorFilipe Laíns <lains@riseup.net>
Tue, 13 Dec 2022 10:54:07 +0000 (10:54 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 10:54:07 +0000 (12:54 +0200)
Doc/library/sysconfig.rst

index 024988777030f84ec0ff588da7edd92d45fd191d..839c2c015b49aeb60e9ab01d4556ad463144226c 100644 (file)
@@ -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.