]> granicus.if.org Git - python/commitdiff
Fix typo in email.encoders doc (GH-9700)
authorksamuel <ksamuel@users.noreply.github.com>
Thu, 28 Mar 2019 20:38:30 +0000 (21:38 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Mar 2019 20:38:30 +0000 (13:38 -0700)
Make the encoding/encoders mention congruent.

Doc/library/email.encoders.rst

index e24ac7b90d29f88eacf068f1c6e0a71837ab5510..70bf61323c39ed72ddf6f1fcede7f0ef6fb8d58b 100644 (file)
@@ -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