summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2016-04-18 15:31:45 +0000
committerAnthony Sottile <asottile@umich.edu>2016-04-18 15:31:45 +0000
commitb7e0fab40c3e52b6f7d3c71d677a02f4d3f95d9b (patch)
tree1ed1f37cfdf4dc5fa942559a265916db132c566d /documentation
parentefa86c55939728da06e2fb6d72eb62341d1fea43 (diff)
downloadsix-git-b7e0fab40c3e52b6f7d3c71d677a02f4d3f95d9b.tar.gz
s/mode/mod
Diffstat (limited to 'documentation')
-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` |
+------------------------------+-------------------------------------+-------------------------------------+