Skip to content

Commit 9cfc2d6

Browse files
committed
Revert change to JSON introduction
1 parent 7fedbb6 commit 9cfc2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/json.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
`JSON (JavaScript Object Notation) <https://json.org>`_, specified by
1515
:rfc:`7159` (which obsoletes :rfc:`4627`) and by
1616
`ECMA-404 <https://ecma-international.org/publications-and-standards/standards/ecma-404/>`_,
17-
is a lightweight data interchange format inspired by the object literal syntax
18-
of `JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_
17+
is a lightweight data interchange format inspired by
18+
`JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax
1919
(although it is not a strict subset of JavaScript [#rfc-errata]_ ).
2020

2121
.. note::

0 commit comments

Comments
 (0)