Skip to content

Commit

Permalink
[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the te…
Browse files Browse the repository at this point in the history
…mplate tags docs. Thanks to DD for the report and adamv for the draft patch.

Backport of [14677] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Nov 22, 2010
1 parent 2aa47f2 commit 56b9e0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/ref/templates/builtins.txt
Expand Up @@ -1009,9 +1009,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

Expand Down

0 comments on commit 56b9e0c

Please sign in to comment.