From: Nice Zombies Date: Tue, 16 Apr 2024 22:55:53 +0000 (+0200) Subject: gh-117945: Fix `os.path.ismount()` documentation (#117947) X-Git-Tag: v3.13.0b1~393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a23fa3368e50866f31d6fc1c66a9a5ca2a580239;p=thirdparty%2FPython%2Fcpython.git gh-117945: Fix `os.path.ismount()` documentation (#117947) --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index ebeb3bb50b8b..24d423eb5fbf 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -302,8 +302,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`.