diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-18 21:39:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-18 21:39:54 -0400 |
| commit | 3a7f76a876d0fdaddf0755c29ba910822395fe8c (patch) | |
| tree | f092b9d1d94668784827fefeba3856bd72847246 /docs | |
| parent | 47da073cb01f86f6f71cf19a2866f80a9755f434 (diff) | |
[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 5e78e81044..29caf0617e 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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() |
