On Wed, Mar 7, 2012 at 05:27, <julianf...@apache.org> wrote: > Author: julianfoad > Date: Wed Mar 7 10:27:15 2012 > New Revision: 1297921 > > URL: http://svn.apache.org/viewvc?rev=1297921&view=rev > Log: > Improve doc strings of Sandbox.simple_*() test suite functions.
If you're going to switch from single-line docstrings to multi-line, then please follow PEP-8 guidelines for docstrings, which actually just defers to PEP-257 on this matter: http://www.python.org/dev/peps/pep-0257/ >... Thx, -g