]> 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:02:41 +0000 (03:02 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 11:02:41 +0000 (03:02 -0800)
(cherry picked from commit d3ea82aaf940167482df1e08d6482de8f2dd8526)

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

index fa18d62d22af51e42c829587e7cb1b759fc65757..0049b663973f4ad1c95cec4f4891477725ee82be 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.