Code review comment for lp:~oubiwann/txaws/413741-pep8-cleanup

Revision history for this message
Robert Collins (lifeless) wrote :

review +1

I don't really like this bit though;

#comment
#comment
"""Docstring"""

I find it _much_ easier to read visually as

#comment
#comment

"""Docstring"""

-- comments are not classes or functions :)

« Back to merge proposal