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)