From cb25c42316690860fd928d9ec6fc997eea3f062b Mon Sep 17 00:00:00 2001 From: max demian Date: Sat, 15 Mar 2014 14:35:21 +0100 Subject: [PATCH] Update json.py --- flask/json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/json.py b/flask/json.py index e83f8b36..bdebf707 100644 --- a/flask/json.py +++ b/flask/json.py @@ -25,7 +25,7 @@ except ImportError: from itsdangerous import json as _json -# figure out if simplejson escapes slashes. This behavior was changed +# Figure out if simplejson escapes slashes. This behavior was changed # from one version to another without reason. _slash_escape = '\\/' not in _json.dumps('/')