From 39b245fd765bc8809cedbd0c898d5b385d8ef8ea Mon Sep 17 00:00:00 2001 From: Baptiste Darthenay Date: Mon, 17 Jun 2013 09:37:19 +0200 Subject: [PATCH] Fixed #20614 -- Typo in documentation. --- 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 d92ac602fc..afb6e4b123 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2401,7 +2401,7 @@ It is also able to consume standard context variables, e.g. assuming a If you'd like to retrieve a static URL without displaying it, you can use a -slightly different call:: +slightly different call: .. versionadded:: 1.5