gh-117945: Fix `os.path.ismount()` documentation (#117947)

This commit is contained in:
Nice Zombies 2024-04-17 00:55:53 +02:00 committed by GitHub
parent dd4383f3c1
commit a23fa3368e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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`.