summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-11-06 10:22:29 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-06 10:22:29 +0100
commit3c4832214ff78e704679d7c7410d3fb8da80df78 (patch)
tree81c2a29729bbf9f2cdc9aad191ea08b84658ade8 /docs/ref
parenta9093dd3763df6b2045a08b0520f248bda708723 (diff)
Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83.
Thanks Claude for catching it.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
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)