diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 4b4e0b42d3b..3703a209ce4 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -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)