GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (#100207)

This commit is contained in:
Filipe Laíns 2022-12-13 10:54:07 +00:00 committed by GitHub
parent 0e081a089e
commit d3ea82aaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.