summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJames Doherty <j.doherty@auckland.ac.nz>2014-10-24 09:00:33 +1300
committerTim Graham <timograham@gmail.com>2014-10-24 07:49:47 -0400
commit69b5428c12c4b79434a0effdba42fc76296c63b5 (patch)
treeccb803854c5d4b73e1a92d2fdf0900824e40f43e /docs/ref
parent7750fc8fa80470e4c10b3753667e04f78ebe4781 (diff)
[1.7.x] Fixed typo in docs/ref/request-response.txt
Backport of adf8fb34ce from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 108f20555b..4d54aa99a6 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -882,7 +882,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)