summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-06-13 00:35:19 -0400
committerGitHub <noreply@github.com>2019-06-13 00:35:19 -0400
commit1af68a65194a26d959161df33fc25ade7f812009 (patch)
treee5cc67d66c237a49c00f8555257690bf4b22443a
parent9393e19a95ca2df373690cccf93f7109833f9004 (diff)
downloadcpython-git-1af68a65194a26d959161df33fc25ade7f812009.tar.gz
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
-rw-r--r--Doc/library/email.compat32-message.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst
index ed38015176..8d1c2f5daf 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