8000 Doc fix: duplicate object description of email.message by JulienPalard · Pull Request #13742 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Doc fix: duplicate object description of email.message #13742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Doc fix: duplicate object description of email.message
  • Loading branch information
JulienPalard committed Jun 2, 2019
commit 2f1fd10d8c326cd7931e87638c4115f4f9aa09f7
1 change: 1 addition & 0 deletions Doc/library/email.compat32-message.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0