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



Make the encoding/encoders mention congruent.
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 @@
 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