[issue18516] Typos in Lib/email/generator.py and Lib/email/architecture.rst
New submission from Vajrasky Kok: [sky@localhost cpython]$ grep -n boudary Lib/email/generator.py 352: # _make_boudary = Generator._make_boundary [sky@localhost cpython]$ grep -n fuzy Lib/email/architecture.rst 27:This division is intentionally a bit fuzy; the API described by this documentation In addition to that, I found inconsistency in plural form of tuple. [sky@localhost cpython]$ grep -n "\-tuple" Lib/email/utils.py 79: """The inverse of parseaddr(), this takes a 2-tuple of the form 285: params is a sequence of 2-tuples containing (param name, string value). 291: # 3-tuple of the continuation number, the string value, and a flag But I think this issue is very very trivial and we can ignore it. ---------- assignee: docs@python components: Documentation messages: 193425 nosy: docs@python, r.david.murray, vajrasky priority: normal severity: normal status: open title: Typos in Lib/email/generator.py and Lib/email/architecture.rst versions: Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18516> _______________________________________
R. David Murray added the comment: The tuple pluralization looks correct to me. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18516> _______________________________________
Vajrasky Kok added the comment: Sorry, my bad. The tuple pluralization is correct. I read it wrongly. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18516> _______________________________________
Ezio Melotti added the comment: Fixed in 168f6ac90abf (3.3) and 40ef5ce25d08 (default). Thanks for the report! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18516> _______________________________________
participants (3)
-
Ezio Melotti
-
R. David Murray
-
Vajrasky Kok