summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-09-28 19:10:12 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-09-28 19:10:12 (GMT)
commitfb8a49e080f30c9ca57e2c242d2079d1ffc32874 (patch)
tree35e0fd2d282e7c457d71fe7d22c47709348d65da
parent8a491a8eef6c2e1997eae1b17ba94cd8c2d1763e (diff)
parentc5fe4073af0247bdf7913e9391ed3b9aab02f63f (diff)
downloadcpython-fb8a49e080f30c9ca57e2c242d2079d1ffc32874.zip
cpython-fb8a49e080f30c9ca57e2c242d2079d1ffc32874.tar.gz
cpython-fb8a49e080f30c9ca57e2c242d2079d1ffc32874.tar.bz2
Merge #16071: fix links to email.message.Message in mailbox docs.
-rw-r--r--Doc/library/mailbox.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst
index 8623630..54d7758 100644
--- a/Doc/library/mailbox.rst
+++ b/Doc/library/mailbox.rst
@@ -757,11 +757,12 @@ Maildir, mbox, MH, Babyl, and MMDF.
.. class:: Message(message=None)
- A subclass of the :mod:`email.Message` module's :class:`Message`. Subclasses of
- :class:`mailbox.Message` add mailbox-format-specific state and behavior.
+ A subclass of the :mod:`email.message` module's
+ :class:`~email.message.Message`. Subclasses of :class:`mailbox.Message` add
+ mailbox-format-specific state and behavior.
If *message* is omitted, the new instance is created in a default, empty state.
- If *message* is an :class:`email.Message.Message` instance, its contents are
+ If *message* is an :class:`email.message.Message` instance, its contents are
copied; furthermore, any format-specific information is converted insofar as
possible if *message* is a :class:`Message` instance. If *message* is a string,
a byte string,