From 1fcf33095fcdafe985cfbb45780e094e0aeb2374 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 16 Sep 2008 05:42:11 +0000 Subject: Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko git-svn-id: http://code.djangoproject.com/svn/django/trunk@9044 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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') -- cgit v1.3