diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 759e2f2..2418554 100644
a
|
b
|
output will be ``[1, 2, 3, 4, 5, 6]``.
|
1091 | 1091 | |
1092 | 1092 | .. warning:: |
1093 | 1093 | |
1094 | | Keep in mind that strings that can both be coerced to integers will be, |
1095 | | and thus will be will be *summed*, not concatenated, as in the first |
1096 | | example above. |
| 1094 | Keep in mind that strings that can both be coerced to integers will be |
| 1095 | *summed*, not concatenated, as in the first example above. |
1097 | 1096 | |
1098 | 1097 | .. templatefilter:: addslashes |
1099 | 1098 | |