diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-09-14 17:13:09 (GMT) |
---|---|---|
committer | Petr Viktorin <encukou@gmail.com> | 2018-09-14 17:13:09 (GMT) |
commit | 271818fe279df5ab292789f97c3a52c477bd8f13 (patch) | |
tree | d53219504a31b64f3f90917577cada08b7bff1cf /Doc/library/email.compat32-message.rst | |
parent | c9d66f0ed4f07b9d184d22abbfdd4c3c8e2702df (diff) | |
download | cpython-271818fe279df5ab292789f97c3a52c477bd8f13.zip cpython-271818fe279df5ab292789f97c3a52c477bd8f13.tar.gz cpython-271818fe279df5ab292789f97c3a52c477bd8f13.tar.bz2 |
Fix "Python" casing in a few places (GH-9001)
Diffstat (limited to 'Doc/library/email.compat32-message.rst')
-rw-r--r-- | Doc/library/email.compat32-message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index 6f8e489..2e189dc 100644 --- a/Doc/library/email.compat32-message.rst +++ b/Doc/library/email.compat32-message.rst @@ -5,7 +5,7 @@ .. module:: email.message :synopsis: The base class representing email messages in a fashion - backward compatible with python3.2 + backward compatible with Python 3.2 The :class:`Message` class is very similar to the |