From f3ac28677376720c84f60cb74dd9f1ba8fd4f807 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 29 Mar 2018 08:58:41 +0100 Subject: documentation updates --- index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.rst') 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 -- cgit v1.2.1