summaryrefslogtreecommitdiff
path: root/index.rst
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 /index.rst
parente45a6ae5df74d0881d9d9e5f6cd28e6c4d336637 (diff)
downloadsimplejson-f3ac28677376720c84f60cb74dd9f1ba8fd4f807.tar.gz
documentation updates
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.rst b/index.rst
index 9dbecf1..8c9c7ab 100644
--- a/index.rst
+++ b/index.rst
@@ -767,9 +767,9 @@ Encoders and decoders
Subclass of :class:`JSONEncoder` that escapes &, <, and > for embedding in HTML.
- It 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
+ It also escapes the characters U+2028 (LINE SEPARATOR) and
+ U+2029 (PARAGRAPH SEPARATOR), irrespective of the *ensure_ascii* setting,
+ as these characters are not valid in JavaScript strings (see
http://timelessrepo.com/json-isnt-a-javascript-subset).
.. versionchanged:: 2.1.0