Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19db33f + f6f78e1 commit 7534539Copy full SHA for 7534539
1 file changed
Doc/library/os.path.rst
@@ -188,7 +188,7 @@ the :mod:`glob` module.)
188
.. function:: islink(path)
189
190
Return ``True`` if *path* refers to a directory entry that is a symbolic link.
191
- Always ``False`` if symbolic links are not supported.
+ Always ``False`` if symbolic links are not supported by the python runtime.
192
193
194
.. function:: ismount(path)
0 commit comments