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

This commit is contained in:
James Doherty 2014-10-24 09:00:33 +13:00 committed by Tim Graham
parent 2c9a03d487
commit adf8fb34ce
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised.
Changing the default JSON encoder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you need to use a differ JSON encoder class you can pass the ``encoder``
If you need to use a different JSON encoder class you can pass the ``encoder``
parameter to the constructor method::
>>> response = JsonResponse(data, encoder=MyJSONEncoder)