[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:
Miss Islington (bot) 2025-11-04 20:35:20 +01:00 committed by GitHub
parent 4358b8417f
commit d82d340096
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.