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

index dc5d588e92a5a30d5986c1430e7ab5a3c74b533d..5d7edd1f1123aeaf2429179767f249561b8a2297 100644 (file)
@@ -185,7 +185,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)