bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Automerge-Triggered-By: GH:zware
This commit is contained in:
parent
efb1f0918f
commit
c56988b88f
|
@ -289,7 +289,7 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1.
|
||||||
A :class:`ParameterizedMIMEHeader` class that handles the
|
A :class:`ParameterizedMIMEHeader` class that handles the
|
||||||
:mailheader:`Content-Disposition` header.
|
:mailheader:`Content-Disposition` header.
|
||||||
|
|
||||||
.. attribute:: content-disposition
|
.. attribute:: content_disposition
|
||||||
|
|
||||||
``inline`` and ``attachment`` are the only valid values in common use.
|
``inline`` and ``attachment`` are the only valid values in common use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue