We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93fbbf commit e63fc11Copy full SHA for e63fc11
Doc/library/email.encoders.rst
@@ -19,7 +19,7 @@ need to encode the payloads for transport through compliant mail servers. This
19
is especially true for :mimetype:`image/\*` and :mimetype:`text/\*` type messages
20
containing binary data.
21
22
-The :mod:`email` package provides some convenient encodings in its
+The :mod:`email` package provides some convenient encoders in its
23
:mod:`encoders` module. These encoders are actually used by the
24
:class:`~email.mime.audio.MIMEAudio` and :class:`~email.mime.image.MIMEImage`
25
class constructors to provide default encodings. All encoder functions take
0 commit comments