diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:50:12 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 10:50:12 +0300 |
commit | b4905efe23c3e158a3c494d40988ce6de6bde3cd (patch) | |
tree | 4852accb1338a558cfbb567a71e5679a4e043d3e /Doc/library/json.rst | |
parent | c145da0751df5cdbddb5285824e6163b2562a883 (diff) | |
download | cpython-git-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.gz |
Issue #26736: Used HTTPS for external links in the documentation if possible.
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 34b64ba63b..8f66b6c114 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -613,7 +613,7 @@ when serializing instances of "exotic" numerical types such as .. rubric:: Footnotes .. [#rfc-errata] As noted in `the errata for RFC 7159 - <http://www.rfc-editor.org/errata_search.php?rfc=7159>`_, + <https://www.rfc-editor.org/errata_search.php?rfc=7159>`_, JSON permits literal U+2028 (LINE SEPARATOR) and U+2029 (PARAGRAPH SEPARATOR) characters in strings, whereas JavaScript (as of ECMAScript Edition 5.1) does not. |