diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-11-22 06:44:19 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-11-22 06:44:19 +0000 |
| commit | 6482dec29563a7d715ba489d0781b7d82be4b043 (patch) | |
| tree | 131f771792b80512d1f627b518af75456db10f63 /docs/ref | |
| parent | 25f3eda3cc306426fdd5645e5581c08050c80c05 (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 759e2f2034..3594dfba5c 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 |
