On Wed, Jan 4, 2012 at 5:04 AM, Aaron Meurer <[email protected]> wrote:
> On Tue, Jan 3, 2012 at 1:10 PM, miham <[email protected]> wrote: > > Lately there has been some efforts to standardize docstrings in SymPy. > > The effort has been pretty successful (more info: [1]), but some > > questions remain open, so I thought it might be worth asking what the > > community thinks. Here are the questions: > > > > 1. Should the summary be on the same line as the opening quotes ("""), > > or on the next line? > > I thought it mattered in the windows Pythonwin ide, but it doesn't: when providing the hint for a function you are entering it provides the parameter list and the first line of docstring, even if it starts on the line after the triple quote. /c -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
