Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix capitalisation of "Python runtime" in os.path.islink description #71403

Closed
alexwlchan mannequin opened this issue Jun 4, 2016 · 3 comments
Closed

Fix capitalisation of "Python runtime" in os.path.islink description #71403

alexwlchan mannequin opened this issue Jun 4, 2016 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@alexwlchan
Copy link
Mannequin

alexwlchan mannequin commented Jun 4, 2016

BPO 27216
Nosy @ned-deily, @alexwlchan
Files
  • capitalisation.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-06-04.16:42:37.649>
    created_at = <Date 2016-06-04.10:11:25.574>
    labels = ['docs']
    title = 'Fix capitalisation of "Python runtime" in os.path.islink description'
    updated_at = <Date 2016-06-04.16:42:37.646>
    user = 'https://github.com/alexwlchan'

    bugs.python.org fields:

    activity = <Date 2016-06-04.16:42:37.646>
    actor = 'ned.deily'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2016-06-04.16:42:37.649>
    closer = 'ned.deily'
    components = ['Documentation']
    creation = <Date 2016-06-04.10:11:25.574>
    creator = 'alexwlchan'
    dependencies = []
    files = ['43194']
    hgrepos = []
    issue_num = 27216
    keywords = ['patch']
    message_count = 3.0
    messages = ['267251', '267268', '267269']
    nosy_count = 4.0
    nosy_names = ['ned.deily', 'docs@python', 'python-dev', 'alexwlchan']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue27216'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    @alexwlchan
    Copy link
    Mannequin Author

    alexwlchan mannequin commented Jun 4, 2016

    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".

    @alexwlchan alexwlchan mannequin added the type-feature A feature request or enhancement label Jun 4, 2016
    @alexwlchan alexwlchan mannequin assigned docspython Jun 4, 2016
    @alexwlchan alexwlchan mannequin added the docs Documentation in the Doc dir label Jun 4, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 4, 2016

    New changeset 7c20ea2bdb3f by Ned Deily in branch '2.7':
    bpo-27216: Fix typo (noticed by Alex Chan).
    https://hg.python.org/cpython/rev/7c20ea2bdb3f

    New changeset 5160d59a8f1c by Ned Deily in branch '3.5':
    bpo-27216: Fix typo (noticed by Alex Chan).
    https://hg.python.org/cpython/rev/5160d59a8f1c

    New changeset 7fda2d76d947 by Ned Deily in branch 'default':
    bpo-27216: Fix typo (noticed by Alex Chan).
    https://hg.python.org/cpython/rev/7fda2d76d947

    @ned-deily
    Copy link
    Member

    Thanks for noticing!

    @ned-deily ned-deily removed the type-feature A feature request or enhancement label Jun 4, 2016
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant