From a225a304b822da292ed83f4c0ce28234a5d5ec5e Mon Sep 17 00:00:00 2001 From: Igor Mozharovsky Date: Sun, 23 Jun 2013 03:36:20 +0300 Subject: [PATCH] Fix typo --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 48bb001e..9662187f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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