Update a RFC URL to the latest version. I'd accidentally used

one which had been obsoleted by a newer one.
pull/1/head
Michael Chisholm 2020-06-02 14:02:34 -04:00
parent 6c2c4781e7
commit e22c37a16b
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ def _un_json_escape(json_string):
# the other escapes, e.g. \n, \r, etc.
#
# This list is taken from RFC7159 section 7:
# https://tools.ietf.org/html/rfc7159.html#section-7
# https://tools.ietf.org/html/rfc8259#section-7
result = json_string\
.replace(r"\"", "\"")\