diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-20 02:02:54 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-20 02:02:54 +0000 |
| commit | 24588afe6d9f104bb0256136bafcf1d985e93eaf (patch) | |
| tree | 65b246026b37f1c75119a5aec519101e391f7ce0 | |
| parent | 6306400102cbb99b4b9434712574c8eb06e6ad23 (diff) | |
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
| -rw-r--r-- | docs/request_response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index bf914fb5ff..7806886841 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 |
