Changes between Initial Version and Version 1 of Ticket #592


Ignore:
Timestamp:
Oct 4, 2005, 3:15:47 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Looks OK to me -- Python allows a trailing comma like that.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #592

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #592 – Description

    initial v1  
    11There's a comma too many in the example-code for adjusting the order. The last comma should go.
    22
     3{{{
    34admin = meta.Admin(
    45    fields = (
     
    67    ),
    78)
     9}}}
Back to Top