diff -r 585ad5d806bd Doc/library/os.path.rst --- a/Doc/library/os.path.rst Fri Jun 06 17:43:37 2014 -0400 +++ b/Doc/library/os.path.rst Sat Jun 07 11:02:36 2014 -0700 @@ -188,7 +188,7 @@ .. 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. + Always ``False`` if symbolic links are not supported by the python runtime. .. function:: ismount(path)