summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-03-29 08:58:41 +0100
committerRichard van der Hoff <richard@matrix.org>2018-03-29 08:58:41 +0100
commitf3ac28677376720c84f60cb74dd9f1ba8fd4f807 (patch)
tree7a4bd382cb162df0362dffbce57111d7e368cb78 /simplejson
parente45a6ae5df74d0881d9d9e5f6cd28e6c4d336637 (diff)
downloadsimplejson-f3ac28677376720c84f60cb74dd9f1ba8fd4f807.tar.gz
documentation updates
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/encoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/encoder.py b/simplejson/encoder.py
index 470ea84..9a78b26 100644
--- a/simplejson/encoder.py
+++ b/simplejson/encoder.py
@@ -382,7 +382,7 @@ class JSONEncoderForHTML(JSONEncoder):
This class also escapes the line separator and paragraph separator
characters U+2028 and U+2029, irrespective of the ensure_ascii setting,
- as these characters are not valid in Javascript strings (see
+ as these characters are not valid in JavaScript strings (see
http://timelessrepo.com/json-isnt-a-javascript-subset).
"""