On Thu, Oct 18, 2012 at 8:07 PM, Hans Mulder <han...@xs4all.nl> wrote:
>
> if looks_like_it_might_be_spam(
>     some_longer_variables,
>     here_and_here, and_here_also):
>     logger.notice("might be spam")
>     move_to_spam_folder(some_longer_variables)
>     update_spam_statistics(here_and_here)
>

This wants different indentation levels for the condition and the
code. That'd make it readable enough.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to