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:08 -0400 |
| commit | 6d9c5d46e644a8ef93b0227fc710e09394a03992 (patch) | |
| tree | 571945ce5b1175e30b605e642c0300f5ad36bd91 /docs | |
| parent | 7694e196cee9304883122dc206327566af635f5e (diff) | |
Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
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 96f5300f8b..bc6f796a10 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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() |
