mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] Docs: Fix typo in email.headerregistry.rst (GH-140965) (#141020)
Docs: Fix typo in `email.headerregistry.rst` (GH-140965)
Fix missing 'Header' suffix on header class name in `email.headerregistry.rst`
(cherry picked from commit 97d8dda980)
Co-authored-by: Guo Ci <zguoci@gmail.com>
This commit is contained in:
parent
4358b8417f
commit
d82d340096
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1.
|
|||
``inline`` and ``attachment`` are the only valid values in common use.
|
||||
|
||||
|
||||
.. class:: ContentTransferEncoding
|
||||
.. class:: ContentTransferEncodingHeader
|
||||
|
||||
Handles the :mailheader:`Content-Transfer-Encoding` header.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue