Skip to content

Commit e63fc11

Browse files
ksamuelmiss-islington
authored andcommitted
Fix typo in email.encoders doc (GH-9700)
Make the encoding/encoders mention congruent.
1 parent d93fbbf commit e63fc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.encoders.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ need to encode the payloads for transport through compliant mail servers. This
1919
is especially true for :mimetype:`image/\*` and :mimetype:`text/\*` type messages
2020
containing binary data.
2121

22-
The :mod:`email` package provides some convenient encodings in its
22+
The :mod:`email` package provides some convenient encoders in its
2323
:mod:`encoders` module. These encoders are actually used by the
2424
:class:`~email.mime.audio.MIMEAudio` and :class:`~email.mime.image.MIMEImage`
2525
class constructors to provide default encodings. All encoder functions take

0 commit comments

Comments
 (0)