Opened 20 years ago
Last modified 20 years ago
#592 closed defect
Error in tutorial 2 — at Initial Version
| Reported by: | Peter van Kampen | 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
There's a comma too many in the example-code for adjusting the order. The last comma should go.
admin = meta.Admin(
fields = (
(None, {'fields': ('pub_date', 'question')}),
),
)
Note:
See TracTickets
for help on using tickets.