diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e66c5837206..efa71889901 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -108,7 +108,7 @@ Variables included in the cycle will be escaped. You can disable auto-escaping with:: {% for o in some_list %} -