Opened 20 years ago
Closed 20 years ago
#1058 closed defect (fixed)
Error in wordwrap filter documentation
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the wordwrap filter doc it says:
Argument: number of words at which to wrap the text
It should read:
Argument: column at which to wrap the text
Note:
See TracTickets
for help on using tickets.
(In [2471]) Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com