From d82d340096a7fe25434bf3f08678a20bae3dfd9f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:35:20 +0100 Subject: [PATCH] [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 97d8dda980fcddf88b782be343118257f483a864) Co-authored-by: Guo Ci --- Doc/library/email.headerregistry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index 7f8044932fae..ff8b601fe3d1 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. -- 2.47.3