From 4eea680c6da652fcbd1ab18a5a83e06b138d30bd Mon Sep 17 00:00:00 2001 From: amaajemyfren <32741226+amaajemyfren@users.noreply.github.com> Date: Sun, 29 Mar 2020 16:12:20 +0300 Subject: [PATCH] Update Doc/library/json.rst Reduce the kludgery of also presenting STD 90. Co-Authored-By: Kyle Stanley --- Doc/library/json.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/library/json.rst b/Doc/library/json.rst index e7f4f9eede6..bcb4ce5fe4e 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -12,8 +12,7 @@ -------------- `JSON (JavaScript Object Notation) `_, specified by -`STD 90 `_ or :rfc:`8259` (which obsoletes :rfc:`4627` -and :rfc:`7159`) and by +:rfc:`8259` (which obsoletes :rfc:`4627` and :rfc:`7159`) and by `ECMA-404 `_, is a lightweight data interchange format inspired by `JavaScript `_ object literal syntax @@ -754,4 +753,3 @@ Command line options Show the help message. -