diff options
author | ksamuel <ksamuel@users.noreply.github.com> | 2019-03-28 20:38:30 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-03-28 20:38:30 (GMT) |
commit | e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125 (patch) | |
tree | f1b3458d111c363e99f4d7fb08e93f59fd56c460 /Doc/library/email.encoders.rst | |
parent | d93fbbf88e4abdd24a0a55e3ddf85b8420c62052 (diff) | |
download | cpython-e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125.zip cpython-e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125.tar.gz cpython-e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125.tar.bz2 |
Fix typo in email.encoders doc (GH-9700)
Make the encoding/encoders mention congruent.
Diffstat (limited to 'Doc/library/email.encoders.rst')
-rw-r--r-- | Doc/library/email.encoders.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.encoders.rst b/Doc/library/email.encoders.rst index e24ac7b..70bf613 100644 --- a/Doc/library/email.encoders.rst +++ b/Doc/library/email.encoders.rst @@ -19,7 +19,7 @@ need to encode the payloads for transport through compliant mail servers. This is especially true for :mimetype:`image/\*` and :mimetype:`text/\*` type messages containing binary data. -The :mod:`email` package provides some convenient encodings in its +The :mod:`email` package provides some convenient encoders in its :mod:`encoders` module. These encoders are actually used by the :class:`~email.mime.audio.MIMEAudio` and :class:`~email.mime.image.MIMEImage` class constructors to provide default encodings. All encoder functions take |