Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3012 by [email protected]: docstring lengths
http://code.google.com/p/sympy/issues/detail?id=3012
While the docstrings of functions can go out to 81 characters, the
docstrings of modules should not extend past 77 characters since these
docstrings are already indented 4 spaces. In addition, in order to look
nice (in window's console) they should leave a margin on the right of 4
spaces.
So module docstrings should wrap at 73 characters and function docstrings
at 77.
I'll add a note to thw wiki page.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.