Author: russellm
Date: 2007-10-09 21:20:32 -0500 (Tue, 09 Oct 2007)
New Revision: 6469

Modified:
   django/trunk/docs/request_response.txt
Log:
Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.

Modified: django/trunk/docs/request_response.txt
===================================================================
--- django/trunk/docs/request_response.txt      2007-10-08 20:53:23 UTC (rev 
6468)
+++ django/trunk/docs/request_response.txt      2007-10-10 02:20:32 UTC (rev 
6469)
@@ -381,8 +381,8 @@
     ``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)``


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to