Skip to content

Commit

Permalink
Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed May 19, 2016
1 parent 7694e19 commit 6d9c5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/request-response.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 6d9c5d4

Please sign in to comment.