diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-09-16 05:42:11 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-09-16 05:42:11 +0000 |
| commit | 1fcf33095fcdafe985cfbb45780e094e0aeb2374 (patch) | |
| tree | 549c7eccad655faed3b10014e3db0b6b20f76f16 /docs/ref/request-response.txt | |
| parent | 883aa6b9c8070d6946435c5f9783a49511830367 (diff) | |
Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 89e5195a4e..333a97259c 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -348,7 +348,7 @@ In addition, ``QueryDict`` has the following methods: .. method:: QueryDict.lists() - Like :method:items(), except it includes all values, as a list, for each + Like :meth:`items()`, except it includes all values, as a list, for each member of the dictionary. For example:: >>> q = QueryDict('a=1&a=2&a=3') |
