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

Revision history for this message
Duncan McGreggor (oubiwann) wrote :

On Sun, Aug 16, 2009 at 6:51 PM, Robert
Collins<email address hidden> 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 :)

Cool -- I have no problem with that :-) I'll put it back.

d

« Back to merge proposal