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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18516>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to