From 6a4724df10278c6e9ddadb7f23fff6039c15b218 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 18 Apr 2016 15:31:45 +0000 Subject: s/mode/mod --- documentation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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` | +------------------------------+-------------------------------------+-------------------------------------+ -- cgit v1.2.1