diff options
| author | Georg Brandl <georg@python.org> | 2016-02-26 19:37:12 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-02-26 19:37:12 +0100 |
| commit | 5d9413404017a829aa5ddb52be6019fb63ec5c09 (patch) | |
| tree | 75b750d4224ada300bdd242b3e08c2120681aad6 /Doc/library/json.rst | |
| parent | 06871ef2b31bc6d7398388fbe83816edde5c0392 (diff) | |
| download | cpython-git-5d9413404017a829aa5ddb52be6019fb63ec5c09.tar.gz | |
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
Diffstat (limited to 'Doc/library/json.rst')
| -rw-r--r-- | Doc/library/json.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst index d62f14be60..fc85cb6b73 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -10,7 +10,7 @@ :rfc:`7159` (which obsoletes :rfc:`4627`) and by `ECMA-404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>`_, is a lightweight data interchange format inspired by -`JavaScript <http://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax +`JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax (although it is not a strict subset of JavaScript [#rfc-errata]_ ). :mod:`json` exposes an API familiar to users of the standard library |
