Opened 12 years ago
Closed 12 years ago
#20575 closed Bug (fixed)
Fixed a typo in: django / docs / topics / forms / media.txt
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | typo, documentation |
| 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
froms -> forms
Submitted a pull request: Link: https://github.com/django/django/pull/1256
Change History (3)
comment:1 by , 12 years ago
| Summary: | Fixed a type in: django / docs / topics / forms / media.txt → Fixed a typo in: django / docs / topics / forms / media.txt |
|---|
comment:2 by , 12 years ago
| Component: | *.djangoproject.com → Documentation |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
| Type: | Cleanup/optimization → Bug |
| Version: | 1.5 → master |
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Hi,
Thanks for the patch, it looks good.