diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-12-29 04:12:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 04:12:37 (GMT) |
commit | c56988b88fecf6dc70f039704fda6051a0754db1 (patch) | |
tree | f67409dd6d4f1f8e019abf2495f37cd82808d697 /Doc/library/email.headerregistry.rst | |
parent | efb1f0918fad2ba3346a986b0e958dc5753a7bbe (diff) | |
download | cpython-c56988b88fecf6dc70f039704fda6051a0754db1.zip cpython-c56988b88fecf6dc70f039704fda6051a0754db1.tar.gz cpython-c56988b88fecf6dc70f039704fda6051a0754db1.tar.bz2 |
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Automerge-Triggered-By: GH:zware
Diffstat (limited to 'Doc/library/email.headerregistry.rst')
-rw-r--r-- | Doc/library/email.headerregistry.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index 9376da2..3e1d97a 100644 --- a/Doc/library/email.headerregistry.rst +++ b/Doc/library/email.headerregistry.rst @@ -289,7 +289,7 @@ variant, :attr:`~.BaseHeader.max_count` is set to 1. A :class:`ParameterizedMIMEHeader` class that handles the :mailheader:`Content-Disposition` header. - .. attribute:: content-disposition + .. attribute:: content_disposition ``inline`` and ``attachment`` are the only valid values in common use. |