From ff2cb8832557899d0ffa5e266662f8836f058318 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 30 Oct 2007 22:35:15 +0000 Subject: [PATCH] Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6629 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/email.txt b/docs/email.txt index effc5e24cf..55b91b1935 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -275,7 +275,7 @@ The class has the following methods: There are two ways to call ``attach()``: * You can pass it a single argument that is an - ``email.MIMBase.MIMEBase`` instance. This will be inserted directly + ``email.MIMEBase.MIMEBase`` instance. This will be inserted directly into the resulting message. * Alternatively, you can pass ``attach()`` three arguments: