Commit 3a7f76a8 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 6d9c5d46 from master
parent 47da073c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ a subclass of dictionary. Exceptions are outlined here:
        >>> q.getlist('a')
        ['1', '2']
        >>> q['a'] # returns the last
        ['2']
        '2'

.. method:: QueryDict.items()