Explorar o código

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

Tim Graham %!s(int64=8) %!d(string=hai) anos
pai
achega
6d9c5d46e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/ref/request-response.txt

+ 1 - 1
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()