Commit 6d9c5d46 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #26636 -- Fixed typo in docs/ref/request-response.txt

parent 7694e196
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ a subclass of dictionary. Exceptions are outlined here:
        >>> q.getlist('a')
        ['1', '2']
        >>> q['a'] # returns the last
        ['2']
        '2'

.. method:: QueryDict.items()