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

Typo in Python 2 multiprocessing documentation #71312

Closed
phx mannequin opened this issue May 25, 2016 · 10 comments
Closed

Typo in Python 2 multiprocessing documentation #71312

phx mannequin opened this issue May 25, 2016 · 10 comments
Labels
docs Documentation in the Doc dir

Comments

@phx
Copy link
Mannequin

phx mannequin commented May 25, 2016

BPO 27125
Nosy @vadmium, @serhiy-storchaka
Files
  • will-be.py3.patch
  • will-be.py2.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-05-29.10:43:00.012>
    created_at = <Date 2016-05-25.22:43:05.332>
    labels = ['docs']
    title = 'Typo in Python 2 multiprocessing documentation'
    updated_at = <Date 2016-05-30.06:48:36.271>
    user = 'https://bugs.python.org/phx'

    bugs.python.org fields:

    activity = <Date 2016-05-30.06:48:36.271>
    actor = 'serhiy.storchaka'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2016-05-29.10:43:00.012>
    closer = 'martin.panter'
    components = ['Documentation']
    creation = <Date 2016-05-25.22:43:05.332>
    creator = 'phx'
    dependencies = []
    files = ['43007', '43008']
    hgrepos = []
    issue_num = 27125
    keywords = ['patch']
    message_count = 10.0
    messages = ['266393', '266394', '266401', '266402', '266593', '266597', '266606', '266668', '266674', '266681']
    nosy_count = 5.0
    nosy_names = ['docs@python', 'python-dev', 'martin.panter', 'serhiy.storchaka', 'phx']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue27125'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    @phx
    Copy link
    Mannequin Author

    phx mannequin commented May 25, 2016

    At https://docs.python.org/2/library/multiprocessing.html#authentication-keys there is a typo in the documentation:

    "If authentication is requested but do authentication key is specified ..."

    s/b (emphasis added)

    "If authentication is requested but **no** authentication key is specified..."

    @phx phx mannequin assigned docspython May 25, 2016
    @phx phx mannequin added the docs Documentation in the Doc dir label May 25, 2016
    @phx
    Copy link
    Mannequin Author

    phx mannequin commented May 25, 2016

    Later in the same paragraph:

    "This value will automatically inherited by"

    s/b (emphasis added)

    "This value will **be** automatically inherited by"

    Or, if you prefer your infinitives unsplit:

    "This value will be inherited automatically by"

    @vadmium
    Copy link
    Member

    vadmium commented May 26, 2016

    The “do authentication” error is already fixed in Python 3, but the other error also exists in Python 3. This patch also fixes related errors in Python 3 that I found.

    @vadmium
    Copy link
    Member

    vadmium commented May 26, 2016

    Python 2 patch, including the do → no fix

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 29, 2016

    New changeset c817d1b5b937 by Martin Panter in branch '2.7':
    Issue bpo-27125: Fix various errors like “will [be] inherited”
    https://hg.python.org/cpython/rev/c817d1b5b937

    New changeset f7c85accbde9 by Martin Panter in branch '3.5':
    Issue bpo-27125: Fix various errors like “will [be] inherited”
    https://hg.python.org/cpython/rev/f7c85accbde9

    New changeset 169551a8d5d1 by Martin Panter in branch 'default':
    Issue bpo-27125: Merge typo fixes from 3.5
    https://hg.python.org/cpython/rev/169551a8d5d1

    @vadmium
    Copy link
    Member

    vadmium commented May 29, 2016

    Thanks for the report Phoenix

    @vadmium vadmium closed this as completed May 29, 2016
    @serhiy-storchaka
    Copy link
    Member

    Lib/tkinter/tix.py:

    • and a label into one mega widget. It can beused be used to simplify
      + and a label into one mega widget. It can be used be used to simplify

    Isn't "be used" duplicated?

    @vadmium
    Copy link
    Member

    vadmium commented May 30, 2016

    Indeed it is duplicated! I must have read this in my head many times before pushing it, and never picked it up.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 30, 2016

    New changeset 824d32436198 by Martin Panter in branch '2.7':
    Issue bpo-27125: Remove duplicated words from documentation and comments
    https://hg.python.org/cpython/rev/824d32436198

    New changeset fd0ac7ba091e by Martin Panter in branch '3.5':
    Issue bpo-27125: Remove duplicated words from documentation and comments
    https://hg.python.org/cpython/rev/fd0ac7ba091e

    New changeset e553b5ef7ff3 by Martin Panter in branch 'default':
    Issue bpo-27125: Merge typo fixes from 3.5
    https://hg.python.org/cpython/rev/e553b5ef7ff3

    New changeset bd0a12277a8e by Martin Panter in branch 'default':
    Issue bpo-27125: Remove duplicated words in exception message
    https://hg.python.org/cpython/rev/bd0a12277a8e

    @serhiy-storchaka
    Copy link
    Member

    I'm impressed by the number of duplicates left after all past cleanups.

    @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

    2 participants