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

This commit is contained in:
Ned Deily 2016-06-04 09:41:05 -07:00
commit 7a3827f61f
1 changed files with 1 additions and 1 deletions

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)