From 48aeca44d885929106e71fe78379fe50850af001 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Wed, 4 Jul 2018 13:15:35 -0400 Subject: [PATCH] Fixed typo in docs/ref/templates/builtins.txt. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index b77b6097e1..c4d109b867 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1804,7 +1804,7 @@ For example:: {{ value|json_script:"hello-data" }} -If ``value`` is a the dictionary ``{'hello': 'world'}``, the output will be: +If ``value`` is the dictionary ``{'hello': 'world'}``, the output will be: .. code-block:: html