Issue 27216: Fix typo (noticed by Alex Chan).
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index dc5d588..5d7edd1 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -185,7 +185,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)