diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 8a4219c939ac17..29655d7842bfe2 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -295,8 +295,8 @@ the :mod:`glob` module.) always mount points, and for any other path ``GetVolumePathName`` is called to see if it is different from the input path. - .. versionadded:: 3.4 - Support for detecting non-root mount points on Windows. + .. versionchanged:: 3.4 + Added support for detecting non-root mount points on Windows. .. versionchanged:: 3.6 Accepts a :term:`path-like object`.