[1.11.x] Fixed typo in docs/ref/request-response.txt.

Backport of ad524980ac9644d5d40c2c79af3c183f4351841e from master
This commit is contained in:
aruseni 2017-06-20 18:22:26 +03:00 committed by Tim Graham
parent a4c9eada2b
commit 1de0da961e

View File

@ -389,7 +389,7 @@ Methods
.. class:: QueryDict .. class:: QueryDict
In an :class:`HttpRequest` object, the :attr:`~HttpRequest.GET` and 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 a dictionary-like class customized to deal with multiple values for the same
key. This is necessary because some HTML form elements, notably key. This is necessary because some HTML form elements, notably
``<select multiple>``, pass multiple values for the same key. ``<select multiple>``, pass multiple values for the same key.