Doc fix: duplicate object description of email.message (GH-13742)

This commit is contained in:
Julien Palard 2019-06-03 17:17:03 +02:00 committed by GitHub
parent 01ae897efd
commit 141da44bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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