This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients docs@python, r.david.murray, vajrasky
Date 2013-07-21.02:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374375453.94.0.44126763837.issue18516@psf.upfronthosting.co.za>
In-reply-to
Content
[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.
History
Date User Action Args
2013-07-21 02:57:34vajraskysetrecipients: + vajrasky, r.david.murray, docs@python
2013-07-21 02:57:33vajraskysetmessageid: <1374375453.94.0.44126763837.issue18516@psf.upfronthosting.co.za>
2013-07-21 02:57:33vajraskylinkissue18516 messages
2013-07-21 02:57:32vajraskycreate