]> granicus.if.org Git - python/commitdiff
#16071: fix links to email.message.Message in mailbox docs.
authorR David Murray <rdmurray@bitdance.com>
Fri, 28 Sep 2012 19:09:31 +0000 (15:09 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 28 Sep 2012 19:09:31 +0000 (15:09 -0400)
Doc/library/mailbox.rst

index 8623630aaaa8290ff22c1471db02ad15adc5ab51..54d7758094eb51034788c9dd94d1aa6e8f7fb750 100644 (file)
@@ -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,