summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-10-10 02:20:32 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-10-10 02:20:32 +0000
commitb053177555dc3f716f3ee3c4f0057a082254afb3 (patch)
tree9b7e5650246f8a5599a549af20a46baf39f7be27 /docs
parent381453da91343488433629728c172a55a077be1e (diff)
Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/request_response.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt
index 7806886841..8da00cdf09 100644
--- a/docs/request_response.txt
+++ b/docs/request_response.txt
@@ -381,8 +381,8 @@ Methods
``mimetype``. Historically, the parameter was only called ``mimetype``,
but since this is actually the value included in the HTTP ``Content-Type``
header, it can also include the character set encoding, which makes it
- more than just a MIME type specification. If ``mimetype`` is specifiedi
- (not None), that value is used. Otherwise, ``content_type`` is used. If
+ more than just a MIME type specification. If ``mimetype`` is specified
+ (not None), that value is used. Otherwise, ``content_type`` is used. If
neither is given, the ``DEFAULT_CONTENT_TYPE`` setting is used.
``__setitem__(header, value)``