Skip to content

Commit d82d340

Browse files
[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 97d8dda) Co-authored-by: Guo Ci <[email protected]>
1 parent 4358b84 commit d82d340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.headerregistry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1.
294294
``inline`` and ``attachment`` are the only valid values in common use.
295295

296296

297-
.. class:: ContentTransferEncoding
297+
.. class:: ContentTransferEncodingHeader
298298

299299
Handles the :mailheader:`Content-Transfer-Encoding` header.
300300

0 commit comments

Comments
 (0)