diff -r 8428d15cbeff Doc/library/os.path.rst --- a/Doc/library/os.path.rst Sat Jun 04 07:13:38 2016 +0000 +++ b/Doc/library/os.path.rst Sat Jun 04 11:08:38 2016 +0100 @@ -214,7 +214,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 by the python runtime. + Always ``False`` if symbolic links are not supported by the Python runtime. .. function:: ismount(path)