diff options
| author | Ned Deily <nad@python.org> | 2016-06-04 09:40:40 -0700 |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2016-06-04 09:40:40 -0700 |
| commit | 32db43867c5762874cdd1ff0ac71c9bf5640f5b8 (patch) | |
| tree | 1d6cf4bf0b4dce52e2bcd64647a428e30ad084ef | |
| parent | 29ce082c10abe32ff9e9991d42c244d4ab3101b7 (diff) | |
| download | cpython-git-32db43867c5762874cdd1ff0ac71c9bf5640f5b8.tar.gz | |
Issue 27216: Fix typo (noticed by Alex Chan).
| -rw-r--r-- | 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 index 4b4e0b42d3..3703a209ce 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) |
