summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index c888aa9..22cc5c6 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -569,7 +569,7 @@ Supported renames:
+------------------------------+-------------------------------------+-------------------------------------+
| ``email_mime_nonmultipart`` | :mod:`py2:email.MIMENonMultipart` | :mod:`py3:email.mime.nonmultipart` |
+------------------------------+-------------------------------------+-------------------------------------+
-| ``email_mime_image`` | :mod:`py2:email.MIMEImage` | :mode:`py3:email.mime.image` |
+| ``email_mime_image`` | :mod:`py2:email.MIMEImage` | :mod:`py3:email.mime.image` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``email_mime_text`` | :mod:`py2:email.MIMEText` | :mod:`py3:email.mime.text` |
+------------------------------+-------------------------------------+-------------------------------------+