On 6/26/07, Carl Karsten <[EMAIL PROTECTED]> wrote:
> > 2) tabs to indent to the right level, and spaces to fill in to line up
> > vertically semi-smartly with the prior line.
> >
>
> You mix tabs and spaces on the same line?
if it is a continuation of a prior line, sure. Example would be:
someTuple = (('this', 'is', 'the', 'first', 'tuple', 'in',
'the', 'tuple'),
('this', 'is', 'the', 'next',
'tuple', 'in', 'the', 'tuple'),
('etc', 1, 23, 42345, 42))
Nice way to align tuple sets.... You DO NOT want to mix tabs and
spaces for indent purposes (i.e. the next code line after an if is
indented two tabs and one space...)
>
> Carl K
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]