]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
authorNed Deily <nad@python.org>
Thu, 13 Jun 2019 04:35:19 +0000 (00:35 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 04:35:19 +0000 (00:35 -0400)
Doc/library/email.compat32-message.rst

index ed380151769a524cb7fd99c16fcf6fb2d9f33aa8..8d1c2f5daffb5d7e7e56be24be6516d58a13459c 100644 (file)
@@ -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