From 3c4832214ff78e704679d7c7410d3fb8da80df78 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 6 Nov 2013 10:22:29 +0100 Subject: [PATCH] Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83. Thanks Claude for catching it. --- 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 2a73d56fb3..5cf598cf80 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1449,7 +1449,7 @@ If ``books`` is: {'title': 'Alice', 'author': {'name': 'Lewis', 'age': 33}}, ] -the the output would be:: +then the output would be:: * Alice (Lewis) * 1984 (George)