From: Vladimir Rutsky Date: Thu, 12 Mar 2015 10:34:27 +0000 (+0300) Subject: fix typo: "javscript" X-Git-Tag: v4.2.0b1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd77533d03e01a744c63afa9e390fbd7b1215d7c;p=thirdparty%2Ftornado.git fix typo: "javscript" --- 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("