summaryrefslogtreecommitdiff
path: root/simplejson/encoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/encoder.py')
-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).
"""