[Python-checkins] cpython (merge 3.5 -> default): 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/7fda2d76d947
changeset:   101697:7fda2d76d947
parent:      101694:8428d15cbeff
parent:      101696:5160d59a8f1c
user:        Ned Deily <nad at python.org>
date:        Sat Jun 04 09:41:05 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
@@ -214,7 +214,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