Re: [Numpy-discussion] documenting optional out parameter

2009-10-25 Thread Scott Sinclair
> 2009/10/26 Brent Pedersen : > hi, i've seen this section: > http://docs.scipy.org/numpy/Questions+Answers/#the-out-argument > > should _all_ functions with an optional out parameter have exactly that text? > so if i find a docstring with reasonable, but different doc for out, > should it be chang

[Numpy-discussion] documenting optional out parameter

2009-10-25 Thread Brent Pedersen
hi, i've seen this section: http://docs.scipy.org/numpy/Questions+Answers/#the-out-argument should _all_ functions with an optional out parameter have exactly that text? so if i find a docstring with reasonable, but different doc for out, should it be changed to that? and if a docstring of a func