summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFilipe LaĆ­ns <lains@riseup.net>2022-12-13 10:54:07 (GMT)
committerGitHub <noreply@github.com>2022-12-13 10:54:07 (GMT)
commitd3ea82aaf940167482df1e08d6482de8f2dd8526 (patch)
tree0f52e55b137ccc7bd79413585aa9d2e960d64872 /Doc
parent0e081a089ec969c9a34f5ff25886205616ef4dd3 (diff)
downloadcpython-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.rst2
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.