[issue23617] Incorrect plural "includes" on Python Standard Library front page

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> versions: +Python 3.5 ___ Python tracker __

[issue23617] Incorrect plural "includes" on Python Standard Library front page

2015-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17253605eca4 by Ned Deily in branch '2.7': Issue #23617: Correct plurals typo noted by Kentrell Johnson. https://hg.python.org/cpython/rev/17253605eca4 New changeset e623283e4dd6 by Ned Deily in branch '3.4': Issue #23617: Correct plurals typo noted

[issue23617] Incorrect plural "includes" on Python Standard Library front page

2015-03-08 Thread Kentrell Johnson
New submission from Kentrell Johnson: "The Python installers for the Windows platform usually includes" should be "The Python installers for the Windows platform usually include" -- assignee: docs@python components: Documentation messages: 237598 nosy: docs@python, kentrell.johnson pri