diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-12-29 04:21:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 04:21:43 (GMT) |
commit | e11639880a73f30b4009efa8d14c350932e35332 (patch) | |
tree | f84fc6c55b06cf4bdf7eecf7827821c593eb23c9 | |
parent | 9d7c5ab6a4ae9d69b39bd16c3195bf6405ddc2d1 (diff) | |
download | cpython-e11639880a73f30b4009efa8d14c350932e35332.zip cpython-e11639880a73f30b4009efa8d14c350932e35332.tar.gz cpython-e11639880a73f30b4009efa8d14c350932e35332.tar.bz2 |
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Automerge-Triggered-By: GH:zware
(cherry picked from commit c56988b88fecf6dc70f039704fda6051a0754db1)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
-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. |