In article <[email protected]>, Lie Ryan <[email protected]> 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
