Ticket #5525: 5525.diff

File 5525.diff, 602 bytes (added by anonymous, 17 years ago)

Fixed typo

  • docs/request_response.txt

     
    190190That means you can't change attributes of ``request.POST`` and ``request.GET``
    191191directly.
    192192
    193 ``QueryDict`` implements the all standard dictionary methods, because it's a
     193``QueryDict`` implements all the standard dictionary methods, because it's a
    194194subclass of dictionary. Exceptions are outlined here:
    195195
    196196    * ``__getitem__(key)`` -- Returns the value for the given key. If the key
Back to Top