#1773 closed defect (fixed)
Person example in model-api.txt has indentation error
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| 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
Reported on IRC. Since this is all whitespace changes, rather than submitting a patch I'll just say that everything from here:
http://code.djangoproject.com/browser/django/trunk/docs/model-api.txt#L1487
to here:
http://code.djangoproject.com/browser/django/trunk/docs/model-api.txt#L1503
should be indented an additional four spaces.
Note:
See TracTickets
for help on using tickets.
(In [2849]) Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pb