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:
Guo Ci
2025-11-04 14:29:13 -05:00
committed by GitHub
parent 66c86c6563
commit 97d8dda980

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.