#12829 closed (fixed)
Docs typos in [12400]
| Reported by: | Alex Gaynor | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There are a few places where decorators are used without the @ sign:
http://code.djangoproject.com/browser/django/trunk/docs/topics/auth.txt?rev=12400#L1085
http://code.djangoproject.com/browser/django/trunk/docs/topics/auth.txt?rev=12400#L1098
Change History (3)
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12401]) Fixed #12829 - typos introduced in [12400]
Thanks Alex.