From 03b410066b96f63ba2a215750f881d5bebb78a29 Mon Sep 17 00:00:00 2001 From: Pedro Torcatt Date: Mon, 11 Jul 2022 18:02:00 -0400 Subject: [PATCH] Fix docs/CHANGES.rst typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8847ef13..e0e15802 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -914,7 +914,7 @@ Released 2013-06-13, codename Limoncello - Set the content-length header for x-sendfile. - ``tojson`` filter now does not escape script blocks in HTML5 parsers. -- ``tojson`` used in templates is now safe by default due. This was +- ``tojson`` used in templates is now safe by default. This was allowed due to the different escaping behavior. - Flask will now raise an error if you attempt to register a new function on an already used endpoint.