commit | 141da44bb45bc182886303fce92cbbae5631cb4c | [log] [tgz] |
---|---|---|
author | Julien Palard <julien@palard.fr> | Mon Jun 03 17:17:03 2019 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 03 17:17:03 2019 +0200 |
tree | dbb41757949f95fd3a08f18478a2ef61980bb9bb | |
parent | 01ae897efddb31f622999abf4479b2f0fd2f37ff [diff] |
Doc fix: duplicate object description of email.message (GH-13742)
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index f02b35b..09ea64a 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