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

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


https://hg.python.org/cpython/rev/5160d59a8f1c
changeset: 101696:5160d59a8f1c
branch: 3.5
parent: 101693:833fb1ab68e3
user: Ned Deily <nad at python.org>
date: Sat Jun 04 09:40:40 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

AltStyle によって変換されたページ (->オリジナル) /