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

Ned Deily webhook-mailer at python.org
Thu Jun 13 00:35:26 EDT 2019


https://github.com/python/cpython/commit/1af68a65194a26d959161df33fc25ade7f812009
commit: 1af68a65194a26d959161df33fc25ade7f812009
branch: 3.6
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2019-06-13T00:35:19-04:00
summary:

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

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 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



More information about the Python-checkins mailing list