#14736 closed (fixed)
Typo in documentation
Reported by: | DD | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | typo easy-pickings | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hello
I just wanted to let you know that there is a typo in the "Built-in template tags and filters" section, under filter "add".
C/P from the page:
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.
Attachments (1)
Change History (6)
comment:1 Changed 10 years ago by
Keywords: | easy-pickings added |
---|---|
milestone: | → 1.3 |
Triage Stage: | Unreviewed → Accepted |
Changed 10 years ago by
Attachment: | template-add.diff added |
---|
comment:2 Changed 10 years ago by
Has patch: | set |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [14677]) Fixed #14736 -- corrected an ungrammatical sentence in the template tags docs. Thanks to DD for the report and adamv for the draft patch.