#12585 closed (fixed)
fix typo in tutorial03.txt
| Reported by: | fcsmith | Owned by: | Alex Ogier |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
"Parentheses" is the plural of "parenthesis." Fixed this typo.
Currently reads:
Using parenthesis around a pattern "captures" the text matched by that pattern and sends it as an argument to the view function;
Should read:
Using parentheses around a pattern "captures" the text matched by that pattern and sends it as an argument to the view function;
Patch attached.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | paren.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in r12484