mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-36766: Typos in docs and code comments (GH-13116)
This commit is contained in:
parent
3921b1cc34
commit
9646630895
22 changed files with 22 additions and 22 deletions
|
@ -188,7 +188,7 @@ to be using :class:`BytesGenerator`, and not :class:`Generator`.
|
|||
(This is required because strings cannot represent non-ASCII bytes.)
|
||||
Convert any bytes with the high bit set as needed using an
|
||||
ASCII-compatible :mailheader:`Content-Transfer-Encoding`. That is,
|
||||
transform parts with non-ASCII :mailheader:`Cotnent-Transfer-Encoding`
|
||||
transform parts with non-ASCII :mailheader:`Content-Transfer-Encoding`
|
||||
(:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatible
|
||||
:mailheader:`Content-Transfer-Encoding`, and encode RFC-invalid non-ASCII
|
||||
bytes in headers using the MIME ``unknown-8bit`` character set, thus
|
||||
|
|
|
@ -44,7 +44,7 @@ modules.
|
|||
|
||||
.. versionadded:: 3.7
|
||||
Descriptors for nested definitions. They are accessed through the
|
||||
new children attibute. Each has a new parent attribute.
|
||||
new children attribute. Each has a new parent attribute.
|
||||
|
||||
The descriptors returned by these functions are instances of
|
||||
Function and Class classes. Users are not expected to create instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue