From ad524980ac9644d5d40c2c79af3c183f4351841e Mon Sep 17 00:00:00 2001 From: aruseni Date: Tue, 20 Jun 2017 18:22:26 +0300 Subject: [PATCH] Fixed typo in docs/ref/request-response.txt. --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 52a9e577e6..e0c39ebab5 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -384,7 +384,7 @@ Methods .. class:: QueryDict In an :class:`HttpRequest` object, the :attr:`~HttpRequest.GET` and -`attr:`~HttpRequest.POST` attributes are instances of ``django.http.QueryDict``, +:attr:`~HttpRequest.POST` attributes are instances of ``django.http.QueryDict``, a dictionary-like class customized to deal with multiple values for the same key. This is necessary because some HTML form elements, notably ``