diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 759e2f2034b..3594dfba5c7 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1091,9 +1091,8 @@ output will be ``[1, 2, 3, 4, 5, 6]``. .. warning:: - Keep in mind that strings that can both be coerced to integers will be, - and thus will be will be *summed*, not concatenated, as in the first - example above. + Strings that can be coerced to integers will be **summed**, not + concatenated, as in the first example above. .. templatefilter:: addslashes