summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-10-30 22:35:15 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-10-30 22:35:15 +0000
commitff2cb8832557899d0ffa5e266662f8836f058318 (patch)
tree6a662f89e3700fca7ef03fba5a78d3cfc6c883a3 /docs
parenta7a6a1b75d985d1c9c65d935761066238e0ca9fd (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/email.txt2
1 files changed, 1 insertions, 1 deletions
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: