This commit is contained in:
Benjamin Peterson 2014-06-22 18:00:07 -07:00
commit 7534539536
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ the :mod:`glob` module.)
.. function:: islink(path)
Return ``True`` if *path* refers to a directory entry that is a symbolic link.
Always ``False`` if symbolic links are not supported.
Always ``False`` if symbolic links are not supported by the python runtime.
.. function:: ismount(path)