Merge pull request #776 from seedofjoy/master

Fix typo
This commit is contained in:
Daniel Neuhäuser 2013-06-22 17:54:31 -07:00
commit 2132040a5f

View file

@ -370,7 +370,7 @@ JSON module:
1. ``datetime`` objects are serialized as :rfc:`822` strings.
2. Any object with an ``__html__`` method (like :class:`~flask.Markup`)
will ahve that method called and then the return value is serialized
will have that method called and then the return value is serialized
as string.
The :func:`~htmlsafe_dumps` function of this json module is also available