diff options
author | Will Hawkins <8715530+hawkinsw@users.noreply.github.com> | 2022-10-01 23:41:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 23:41:06 (GMT) |
commit | bd7d0e875e6955dd69cde18a034e59a75b8b4d00 (patch) | |
tree | ed258540b7b5cd3a14f51abf8c4ccfedf81f157a /Doc/library/email.compat32-message.rst | |
parent | f00645d5dbf4cfa0b8f382c8977724578dff191d (diff) | |
download | cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.zip cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.gz cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.bz2 |
Fix capitalization of Unix in documentation (#96913)
Diffstat (limited to 'Doc/library/email.compat32-message.rst')
-rw-r--r-- | Doc/library/email.compat32-message.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index c68e773..4eaa9d5 100644 --- a/Doc/library/email.compat32-message.rst +++ b/Doc/library/email.compat32-message.rst @@ -83,7 +83,7 @@ Here are the methods of the :class:`Message` class: Note that this method is provided as a convenience and may not always format the message the way you want. For example, by default it does not do the mangling of lines that begin with ``From`` that is - required by the unix mbox format. For more flexibility, instantiate a + required by the Unix mbox format. For more flexibility, instantiate a :class:`~email.generator.Generator` instance and use its :meth:`~email.generator.Generator.flatten` method directly. For example:: @@ -125,7 +125,7 @@ Here are the methods of the :class:`Message` class: Note that this method is provided as a convenience and may not always format the message the way you want. For example, by default it does not do the mangling of lines that begin with ``From`` that is - required by the unix mbox format. For more flexibility, instantiate a + required by the Unix mbox format. For more flexibility, instantiate a :class:`~email.generator.BytesGenerator` instance and use its :meth:`~email.generator.BytesGenerator.flatten` method directly. For example:: |