From dd77533d03e01a744c63afa9e390fbd7b1215d7c Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Thu, 12 Mar 2015 13:34:27 +0300 Subject: [PATCH] fix typo: "javscript" --- tornado/escape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/escape.py b/tornado/escape.py index 24be2264b..2852cf517 100644 --- a/tornado/escape.py +++ b/tornado/escape.py @@ -82,7 +82,7 @@ def json_encode(value): # JSON permits but does not require forward slashes to be escaped. # This is useful when json data is emitted in a tags from prematurely terminating - # the javscript. Some json libraries do this escaping by default, + # the javascript. Some json libraries do this escaping by default, # although python's standard library does not, so we do it here. # http://stackoverflow.com/questions/1580647/json-why-are-forward-slashes-escaped return json.dumps(value).replace("