Skip to content

Commit 97d8dda

Browse files
authored
Docs: Fix typo in email.headerregistry.rst (#140965)
Fix missing 'Header' suffix on header class name in `email.headerregistry.rst`
1 parent 66c86c6 commit 97d8dda

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)