diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 347f9c15bb..9f41243c6f 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -389,7 +389,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 ``