Skip to content

Commit a23fa33

Browse files
authored
gh-117945: Fix os.path.ismount() documentation (#117947)
1 parent dd4383f commit a23fa33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.path.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ the :mod:`glob` module.)
302302
always mount points, and for any other path ``GetVolumePathName`` is called
303303
to see if it is different from the input path.
304304

305-
.. versionadded:: 3.4
306-
Support for detecting non-root mount points on Windows.
305+
.. versionchanged:: 3.4
306+
Added support for detecting non-root mount points on Windows.
307307

308308
.. versionchanged:: 3.6
309309
Accepts a :term:`path-like object`.

0 commit comments

Comments
 (0)