Author: adrian
Date: 2007-09-19 21:02:54 -0500 (Wed, 19 Sep 2007)
New Revision: 6385

Modified:
   django/trunk/docs/request_response.txt
Log:
Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler

Modified: django/trunk/docs/request_response.txt
===================================================================
--- django/trunk/docs/request_response.txt      2007-09-20 02:02:21 UTC (rev 
6384)
+++ django/trunk/docs/request_response.txt      2007-09-20 02:02:54 UTC (rev 
6385)
@@ -190,7 +190,7 @@
 That means you can't change attributes of ``request.POST`` and ``request.GET``
 directly.
 
-``QueryDict`` implements the all standard dictionary methods, because it's a
+``QueryDict`` implements all the standard dictionary methods, because it's a
 subclass of dictionary. Exceptions are outlined here:
 
     * ``__getitem__(key)`` -- Returns the value for the given key. If the key


--~--~---------~--~----~------------~-------~--~----~
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