]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc fix: duplicate object description of email.message (GH-13742)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Jun 2019 15:25:52 +0000 (08:25 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 15:25:52 +0000 (08:25 -0700)
(cherry picked from commit 141da44bb45bc182886303fce92cbbae5631cb4c)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/library/email.compat32-message.rst

index f02b35b910a0cfd1d4b57516b66ab877c896d26e..09ea64a5a01aae7ef18eb59dc362b228894c4df6 100644 (file)
@@ -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