https://github.com/python/cpython/commit/97d8dda980fcddf88b782be343118257f483a864
commit: 97d8dda980fcddf88b782be343118257f483a864
branch: main
author: Guo Ci <[email protected]>
committer: bitdancer <[email protected]>
date: 2025-11-04T14:29:13-05:00
summary:

Docs: Fix typo in `email.headerregistry.rst` (#140965)

Fix missing 'Header' suffix on header class name in `email.headerregistry.rst`

files:
M Doc/library/email.headerregistry.rst

diff --git a/Doc/library/email.headerregistry.rst 
b/Doc/library/email.headerregistry.rst
index 7f8044932fae99..ff8b601fe3d1bb 100644
--- a/Doc/library/email.headerregistry.rst
+++ b/Doc/library/email.headerregistry.rst
@@ -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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to