Django

Code

Changeset 6385

Show
Ignore:
Timestamp:
09/19/07 21:02:54 (1 year ago)
Author:
adrian
Message:

Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/request_response.txt

    r6189 r6385  
    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