fix typo (jsonfiy)

This commit is contained in:
defuz 2013-09-26 18:46:30 +03:00
parent 5d20501604
commit 475b0c1cd9

View file

@ -155,7 +155,7 @@ The following configuration values are used internally by Flask:
ascii-encoded JSON. If this is set to ascii-encoded JSON. If this is set to
``False`` Flask will not encode to ASCII ``False`` Flask will not encode to ASCII
and output strings as-is and return and output strings as-is and return
unicode strings. ``jsonfiy`` will unicode strings. ``jsonify`` will
automatically encode it in ``utf-8`` automatically encode it in ``utf-8``
then for transport for instance. then for transport for instance.
``JSON_SORT_KEYS`` By default Flask will serialize JSON ``JSON_SORT_KEYS`` By default Flask will serialize JSON