[Python-checkins] Fix typo in email.encoders doc (GH-9700)

Miss Islington (bot) webhook-mailer at python.org
Thu Mar 28 16:38:35 EDT 2019


https://github.com/python/cpython/commit/e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125
commit: e63fc11b1d64d9586003ce4aebf4eb2fdcaf8125
branch: master
author: ksamuel <ksamuel at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-03-28T13:38:30-07:00
summary:

Fix typo in email.encoders doc (GH-9700)



Make the encoding/encoders mention congruent.

files:
M Doc/library/email.encoders.rst

diff --git a/Doc/library/email.encoders.rst b/Doc/library/email.encoders.rst
index e24ac7b90d29..70bf61323c39 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



More information about the Python-checkins mailing list