From: Ned Deily Date: Thu, 13 Jun 2019 04:35:19 +0000 (-0400) Subject: [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041) X-Git-Tag: v3.6.9rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1af68a65194a26d959161df33fc25ade7f812009;p=thirdparty%2FPython%2Fcpython.git [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041) --- diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index ed380151769a..8d1c2f5daffb 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 python3.2 + :noindex: The :class:`Message` class is very similar to the