From 24588afe6d9f104bb0256136bafcf1d985e93eaf Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 20 Sep 2007 02:02:54 +0000 Subject: [PATCH] Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler git-svn-id: http://code.djangoproject.com/svn/django/trunk@6385 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/request_response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request_response.txt b/docs/request_response.txt index bf914fb5ffe..78068868417 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -190,7 +190,7 @@ necessary because some HTML form elements, notably 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