diff options
author | Filipe LaĆns <lains@riseup.net> | 2022-12-13 10:54:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 10:54:07 (GMT) |
commit | d3ea82aaf940167482df1e08d6482de8f2dd8526 (patch) | |
tree | 0f52e55b137ccc7bd79413585aa9d2e960d64872 /Doc | |
parent | 0e081a089ec969c9a34f5ff25886205616ef4dd3 (diff) | |
download | cpython-d3ea82aaf940167482df1e08d6482de8f2dd8526.zip cpython-d3ea82aaf940167482df1e08d6482de8f2dd8526.tar.gz cpython-d3ea82aaf940167482df1e08d6482de8f2dd8526.tar.bz2 |
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (#100207)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sysconfig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 0249887..839c2c0 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. |