diff options
Diffstat (limited to 'Doc/library/email.rst')
-rw-r--r-- | Doc/library/email.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst index ddf4d4b..4530b95 100644 --- a/Doc/library/email.rst +++ b/Doc/library/email.rst @@ -111,8 +111,8 @@ version 5.0: * Given bytes input to the model, :meth:`~email.message.Message.get_payload` will by default decode a message body that has a - :mailheader:`Content-Transfer-Encoding` of `8bit` using the charset specified - in the MIME headers and return the resulting string. + :mailheader:`Content-Transfer-Encoding` of ``8bit`` using the charset + specified in the MIME headers and return the resulting string. * Given bytes input to the model, :class:`~email.generator.Generator` will convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of |