From: Ned Deily Date: Sat, 4 Jun 2016 16:40:40 +0000 (-0700) Subject: Issue 27216: Fix typo (noticed by Alex Chan). X-Git-Tag: v3.5.2rc1~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32db43867c5762874cdd1ff0ac71c9bf5640f5b8;p=thirdparty%2FPython%2Fcpython.git Issue 27216: Fix typo (noticed by Alex Chan). --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 4b4e0b42d3b4..3703a209ce44 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -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)