From: Julien Palard Date: Mon, 3 Jun 2019 15:17:03 +0000 (+0200) Subject: Doc fix: duplicate object description of email.message (GH-13742) X-Git-Tag: v3.8.0b1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=141da44bb45bc182886303fce92cbbae5631cb4c;p=python Doc fix: duplicate object description of email.message (GH-13742) --- diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index f02b35b910..09ea64a5a0 100644 --- a/Doc/library/email.compat32-message.rst +++ b/Doc/library/email.compat32-message.rst @@ -6,6 +6,7 @@ .. module:: email.message :synopsis: The base class representing email messages in a fashion backward compatible with Python 3.2 + :noindex: The :class:`Message` class is very similar to the