In article <mailman.11507.1404498596.18130.python-l...@python.org>,
 Lie Ryan <lie.1...@gmail.com> wrote:

> PEP8 suggests using this style of method invocation:
> 
>      obj.method(foo,
>                 bar,
>                 baz)
> 
> which is an effect impossible to do correctly with tabs alone.

If course you can do it with tabs. Just make sure all your method names 
are 7 letters long :-)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to