[Python-checkins] Doc fix: duplicate object description of email.message (GH-13742)

Miss Islington (bot) webhook-mailer at python.org
Mon Jun 3 11:26:02 EDT 2019


https://github.com/python/cpython/commit/15bde92e47e824369ee71e30b07f1624396f5cdc
commit: 15bde92e47e824369ee71e30b07f1624396f5cdc
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-06-03T08:25:52-07:00
summary:

Doc fix: duplicate object description of email.message (GH-13742)

(cherry picked from commit 141da44bb45bc182886303fce92cbbae5631cb4c)

Co-authored-by: Julien Palard <julien at palard.fr>

files:
M Doc/library/email.compat32-message.rst

diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst
index f02b35b910a0..09ea64a5a01a 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



More information about the Python-checkins mailing list