diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e66c583720..efa7188990 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 %} -