mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #14736 -- corrected an ungrammatical sentence in the template tags docs. Thanks to DD for the report and adamv for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
25f3eda3cc
commit
6482dec295
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue