Skip to content

Commit 5f4c7cf

Browse files
[3.12] gh-117945: Fix os.path.ismount() documentation (GH-117947) (#117952)
gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (cherry picked from commit a23fa33) Co-authored-by: Nice Zombies <[email protected]>
1 parent d9e2126 commit 5f4c7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.path.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ the :mod:`glob` module.)
295295
always mount points, and for any other path ``GetVolumePathName`` is called
296296
to see if it is different from the input path.
297297

298-
.. versionadded:: 3.4
299-
Support for detecting non-root mount points on Windows.
298+
.. versionchanged:: 3.4
299+
Added support for detecting non-root mount points on Windows.
300300

301301
.. versionchanged:: 3.6
302302
Accepts a :term:`path-like object`.

0 commit comments

Comments
 (0)