]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Dec 2022 11:03:22 +0000 (03:03 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 11:03:22 +0000 (03:03 -0800)
(cherry picked from commit d3ea82aaf940167482df1e08d6482de8f2dd8526)

Co-authored-by: Filipe LaĆ­ns <lains@riseup.net>
Doc/library/sysconfig.rst

index 7ef3b2489673e6d72f11fb5eb59cde148a818fb4..f42a5345357c816ad9ee7d2915b6803666c01635 100644 (file)
@@ -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.