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

trivial typo in itertools documentation #49693

Closed
donlorenzo mannequin opened this issue Mar 8, 2009 · 5 comments
Closed

trivial typo in itertools documentation #49693

donlorenzo mannequin opened this issue Mar 8, 2009 · 5 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@donlorenzo
Copy link
Mannequin

donlorenzo mannequin commented Mar 8, 2009

BPO 5443
Nosy @birkenfeld, @rhettinger
Files
  • itertools.patch: patches the typo
  • 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 = 'https://github.com/birkenfeld'
    closed_at = <Date 2009-04-05.15:11:20.775>
    created_at = <Date 2009-03-08.16:57:48.326>
    labels = ['docs']
    title = 'trivial typo in itertools documentation'
    updated_at = <Date 2009-04-05.15:11:20.774>
    user = 'https://bugs.python.org/donlorenzo'

    bugs.python.org fields:

    activity = <Date 2009-04-05.15:11:20.774>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-04-05.15:11:20.775>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2009-03-08.16:57:48.326>
    creator = 'donlorenzo'
    dependencies = []
    files = ['13291']
    hgrepos = []
    issue_num = 5443
    keywords = ['patch']
    message_count = 5.0
    messages = ['83314', '83371', '83425', '83426', '85513']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'rhettinger', 'donlorenzo']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5443'
    versions = ['Python 2.6']

    @donlorenzo
    Copy link
    Mannequin Author

    donlorenzo mannequin commented Mar 8, 2009

    In the docs:
    "http://docs.python.org/library/itertools.html#module-itertools"
    In the table: "Iterators terminating on the shortest input sequence:"
    In row: "imap()" and "starmap()"
    In the column: "Results"

    It says "fun()" instead of "func()"

    @donlorenzo donlorenzo mannequin assigned birkenfeld Mar 8, 2009
    @donlorenzo donlorenzo mannequin added the docs Documentation in the Doc dir label Mar 8, 2009
    @rhettinger
    Copy link
    Contributor

    r70261

    @donlorenzo
    Copy link
    Mannequin Author

    donlorenzo mannequin commented Mar 10, 2009

    Thanks for fixing.
    But I'm afraid you missed the second typo in this Bug.
    It's the same thing one line beneath the one you fixed.

    next time I'll attach a patch. I promise.

    @donlorenzo donlorenzo mannequin reopened this Mar 10, 2009
    @donlorenzo
    Copy link
    Mannequin Author

    donlorenzo mannequin commented Mar 10, 2009

    FWIW here is the patch.
    It is against r70267 of the trunk

    @birkenfeld
    Copy link
    Member

    Has been fixed in trunk for some time.

    @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