[issue20677] Minor typo in enum docs

2014-02-23 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue20677] Minor typo in enum docs

2014-02-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 569589d3abb5 by Ezio Melotti in branch 'default': #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. http://hg.python.org/cpython/rev/569589d3abb5 -- nosy: +python-dev ___ Python tracker

[issue20677] Minor typo in enum docs

2014-02-18 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Corrects the typo. -- keywords: +patch nosy: +sahutd Added file: http://bugs.python.org/file34142/enum-typo-fix.diff ___ Python tracker ___

[issue20677] Minor typo in enum docs

2014-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20677] Minor typo in enum docs

2014-02-18 Thread flashk
New submission from flashk: On line 142 in the enum library documentation, I believe the text is missing "you". It should be changed from: "If have an enum member and need its name or value:" to: "If you have an enum member and need its name or value:" -- assignee: docs@python compon