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.
1 parent 9b29acd commit f6f78e1Copy full SHA for f6f78e1
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