Browse Source

Merge pull request #831 from homeworkprod/json-docs-typo-fix

Fixed tiny but distracting typo.
pull/838/head
Daniel Neuhäuser 12 years ago
parent
commit
f3c5bff990
  1. 2
      docs/api.rst

2
docs/api.rst

@ -350,7 +350,7 @@ JSON Support
Flask uses ``simplejson`` for the JSON implementation. Since simplejson
is provided both by the standard library as well as extension Flask will
try simplejson first and then fall back to the stdlib json module. On top
of that it will delegate access to the current application's JSOn encoders
of that it will delegate access to the current application's JSON encoders
and decoders for easier customization.
So for starters instead of doing::

Loading…
Cancel
Save