summaryrefslogtreecommitdiff
path: root/docs
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:48:39 -0400
commitadf8fb34ced765b25634ec4bef6a40ea55defff5 (patch)
tree4875f4ab3c8b11a08c6cacaeb73c5e9ff17a54e0 /docs
parent2c9a03d4874d8938f18e99772a3d0962f9b16681 (diff)
Fixed typo in docs/ref/request-response.txt
Diffstat (limited to 'docs')
-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 339789b2b0..2a43756889 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -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)