]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 27216: Fix typo (noticed by Alex Chan).
authorNed Deily <nad@python.org>
Sat, 4 Jun 2016 16:40:40 +0000 (09:40 -0700)
committerNed Deily <nad@python.org>
Sat, 4 Jun 2016 16:40:40 +0000 (09:40 -0700)
Doc/library/os.path.rst

index 4b4e0b42d3b4f699e2ccb4f98ecf03d1571686a2..3703a209ce441749196160602f68cf6032be20eb 100644 (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)