mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Docs: Fix typo in email.headerregistry.rst (#140965)
Fix missing 'Header' suffix on header class name in `email.headerregistry.rst`
This commit is contained in:
parent
66c86c6563
commit
97d8dda980
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