[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt

Backport of 6d9c5d46e6 from master
This commit is contained in:
Tim Graham 2016-05-18 21:39:08 -04:00
parent 163972eb61
commit e06bbf8fc3
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ a subclass of dictionary. Exceptions are outlined here:
>>> q.getlist('a')
['1', '2']
>>> q['a'] # returns the last
['2']
'2'
.. method:: QueryDict.items()