summaryrefslogtreecommitdiffstats
path: root/module/lib/simplejson/encoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/lib/simplejson/encoder.py')
-rw-r--r--module/lib/simplejson/encoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lib/simplejson/encoder.py b/module/lib/simplejson/encoder.py
index 5560c55e6..5ec7440f1 100644
--- a/module/lib/simplejson/encoder.py
+++ b/module/lib/simplejson/encoder.py
@@ -157,7 +157,7 @@ class JSONEncoder(object):
If namedtuple_as_object is true (the default), tuple subclasses with
``_asdict()`` methods will be encoded as JSON objects.
-
+
If tuple_as_array is true (the default), tuple (and subclasses) will
be encoded as JSON arrays.
"""