[issue27216] Fix capitalisation of "Python runtime" in os.path.islink description

2016-06-04 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> versions: +Python 3.5, Python 3.6 ___ Python tracker

[issue27216] Fix capitalisation of "Python runtime" in os.path.islink description

2016-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c20ea2bdb3f by Ned Deily in branch '2.7': Issue 27216: Fix typo (noticed by Alex Chan). https://hg.python.org/cpython/rev/7c20ea2bdb3f New changeset 5160d59a8f1c by Ned Deily in branch '3.5': Issue 27216: Fix typo (noticed by Alex Chan). https://hg

[issue27216] Fix capitalisation of "Python runtime" in os.path.islink description

2016-06-04 Thread Alex Chan
New submission from Alex Chan: Since Python is a proper noun, it should be capitalised. Fix a case where the docs used lowercase "python". The phrase "by the python runtime" was added in the 2.7 docs; the 2.6 docs just say "if symbolic links are not supported". -- assignee: docs@pyth