[PATCH] commit code cleanup

Michael Hudson michael.hudson at canonical.com
Wed May 30 12:11:56 BST 2007


John Arbash Meinel wrote:
> You are more likely to be right than I :). If I think harder, it may
> just be that it requires *some* indentation. So doing:
> :param foo: talk about
> foo
> 
> Will fail, but
> :param foo: talk about
>   foo
> 
> Will work.

Yes, indeed.  It's one of the more common epydoc/restructuredtext (I
don't even know which ones fault it is, really) mistakes...

Cheers,
mwh



More information about the bazaar mailing list