diff options
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r-- | sphinx/util/jsdump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py index 484f35b7e..17a3c6528 100644 --- a/sphinx/util/jsdump.py +++ b/sphinx/util/jsdump.py @@ -51,7 +51,7 @@ def encode_string(s: str) -> str: def decode_string(s: str) -> str: - return ESCAPED.sub(lambda m: eval('"' + m.group() + '"'), s) + return ESCAPED.sub(lambda m: eval('"' + m.group() + '"'), s) # NoQA: PGH001 reswords = set("""\ |