Issue 27216: Fix typo (noticed by Alex Chan).
This commit is contained in:
commit
7a3827f61f
|
@ -214,7 +214,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 by the python runtime.
|
||||
Always ``False`` if symbolic links are not supported by the Python runtime.
|
||||
|
||||
|
||||
.. function:: ismount(path)
|
||||
|
|
Loading…
Reference in New Issue