Skip to content

Commit 41b5d77

Browse files
committed
Merge pull request pallets#1273 from prakashpp/patch-1
Fixed wording
2 parents eca5306 + 4d8cba9 commit 41b5d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ JSON Support
350350
.. module:: flask.json
351351

352352
Flask uses ``simplejson`` for the JSON implementation. Since simplejson
353-
is provided both by the standard library as well as extension Flask will
353+
is provided by both the standard library as well as extension, Flask will
354354
try simplejson first and then fall back to the stdlib json module. On top
355355
of that it will delegate access to the current application's JSON encoders
356356
and decoders for easier customization.

0 commit comments

Comments
 (0)