Kaydet (Commit) adf8fb34 authored tarafından James Doherty's avatar James Doherty Kaydeden (comit) Tim Graham

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

üst 2c9a03d4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment