]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Apr 2024 23:02:13 +0000 (01:02 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 23:02:13 +0000 (23:02 +0000)
gh-117945: Fix `os.path.ismount()` documentation (GH-117947)
(cherry picked from commit a23fa3368e50866f31d6fc1c66a9a5ca2a580239)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Doc/library/os.path.rst

index 8a4219c939ac178097ef4cabac69bdd14e16ec49..29655d7842bfe246adb83be139aaddb55c7852bb 100644 (file)
@@ -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`.