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
This commit is contained in:
Adrian Holovaty 2007-09-20 02:02:54 +00:00
parent 6306400102
commit 24588afe6d
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ necessary because some HTML form elements, notably
That means you can't change attributes of ``request.POST`` and ``request.GET`` That means you can't change attributes of ``request.POST`` and ``request.GET``
directly. 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: subclass of dictionary. Exceptions are outlined here:
* ``__getitem__(key)`` -- Returns the value for the given key. If the key * ``__getitem__(key)`` -- Returns the value for the given key. If the key