From 06cd1c3d36ff7c38ba2e4836a8b83ea64df3ab29 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 4 Jun 2016 09:39:42 -0700 Subject: [PATCH] Issue 27216: Fix typo (noticed by Alex Chan). --- Doc/library/os.path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index dc5d588e92..5d7edd1f11 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -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) -- 2.50.1