Issue 27216: Fix typo (noticed by Alex Chan).

This commit is contained in:
Ned Deily 2016-06-04 09:40:40 -07:00
parent 29ce082c10
commit 32db43867c

View file

@ -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)