diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 7ef3b2489673e6..f42a5345357c81 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -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.