From 1f5e8defd34f7bd4b48f3655df246a0e5b68bd89 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Tue, 2 Jun 2020 14:08:00 -0400 Subject: [PATCH] Argh, I fixed an RFC URL but forgot to fix the comment which described it and gave the RFC number... --- stix2/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/base.py b/stix2/base.py index 9597ce0..0da477d 100644 --- a/stix2/base.py +++ b/stix2/base.py @@ -533,7 +533,7 @@ def _un_json_escape(json_string): # since I use ensure_ascii=False when generating it. I will just fix all # the other escapes, e.g. \n, \r, etc. # - # This list is taken from RFC7159 section 7: + # This list is taken from RFC8259 section 7: # https://tools.ietf.org/html/rfc8259#section-7 result = json_string\