bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)

Automerge-Triggered-By: GH:zware
This commit is contained in:
Zackery Spytz 2020-12-28 21:12:37 -07:00 committed by GitHub
parent efb1f0918f
commit c56988b88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.