[Python-checkins] cpython (2.7): Issue 27216: Fix typo (noticed by Alex Chan).

ned.deily python-checkins at python.org
Sat Jun 4 12:41:27 EDT 2016


https://hg.python.org/cpython/rev/7c20ea2bdb3f
changeset:   101695:7c20ea2bdb3f
branch:      2.7
parent:      101690:6e0fe366e1f7
user:        Ned Deily <nad at python.org>
date:        Sat Jun 04 09:39:42 2016 -0700
summary:
  Issue 27216: Fix typo (noticed by Alex Chan).

files:
  Doc/library/os.path.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
--- 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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list