This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix capitalisation of "Python runtime" in os.path.islink description
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: alexwlchan, docs@python, ned.deily, python-dev
Priority: normal Keywords: patch

Created on 2016-06-04 10:11 by alexwlchan, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
capitalisation.patch alexwlchan, 2016-06-04 10:11 review
Messages (3)
msg267251 - (view) Author: Alex Chan (alexwlchan) * Date: 2016-06-04 10:11
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".
msg267268 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-06-04 16:41
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
msg267269 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2016-06-04 16:42
Thanks for noticing!
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71403
2016-06-04 16:42:37ned.deilysetstatus: open -> closed

type: enhancement ->
versions: + Python 3.5, Python 3.6
nosy: + ned.deily

messages: + msg267269
resolution: fixed
stage: resolved
2016-06-04 16:41:30python-devsetnosy: + python-dev
messages: + msg267268
2016-06-04 10:11:25alexwlchancreate