From a952044228432fac8043b8f034b19296d308a44a Mon Sep 17 00:00:00 2001 From: Baptiste Darthenay Date: Mon, 17 Jun 2013 09:37:19 +0200 Subject: [PATCH] [1.5.x] Fixed #20614 -- Typo in documentation. Backport of 39b245fd76 from master --- 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 45a0bea850c..cd85c297628 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2375,7 +2375,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