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

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@python components: Documentation files: capitalisation.patch keywords: patch messages: 267251 nosy: alexwlchan, docs@python priority: normal severity: normal status: open title: Fix capitalisation of "Python runtime" in os.path.islink description type: enhancement versions: Python 2.7 Added file: http://bugs.python.org/file43194/capitalisation.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27216> _______________________________________

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.python.org/cpython/rev/5160d59a8f1c New changeset 7fda2d76d947 by Ned Deily in branch 'default': Issue 27216: Fix typo (noticed by Alex Chan). https://hg.python.org/cpython/rev/7fda2d76d947 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27216> _______________________________________

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 <report@bugs.python.org> <http://bugs.python.org/issue27216> _______________________________________
participants (3)
-
Alex Chan
-
Ned Deily
-
Roundup Robot