From 475b0c1cd94716efc1bb42ed0a2fd52dd7cf71c1 Mon Sep 17 00:00:00 2001 From: defuz Date: Thu, 26 Sep 2013 18:46:30 +0300 Subject: [PATCH] fix typo (jsonfiy) --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 1bc46afa..4cf7311a 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -155,7 +155,7 @@ The following configuration values are used internally by Flask: ascii-encoded JSON. If this is set to ``False`` Flask will not encode to ASCII and output strings as-is and return - unicode strings. ``jsonfiy`` will + unicode strings. ``jsonify`` will automatically encode it in ``utf-8`` then for transport for instance. ``JSON_SORT_KEYS`` By default Flask will serialize JSON