Ticket #14736: template-add.diff

File template-add.diff, 611 bytes (added by Adam Vandenberg, 14 years ago)
  • docs/ref/templates/builtins.txt

    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]``.  
    10911091
    10921092.. warning::
    10931093
    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.
    10971096
    10981097.. templatefilter:: addslashes
    10991098
Back to Top