For the next round on the manual

Type-o in the manual
Check the definition for the 'convolve' function. Manual tells of mode=0 as default when code and experiment point to mode=2 being default
No biggie -- but it might be nice to correct if anybody is editing the manual any time soon
Cheers Eric

Fixed in my manual source, thank you.
-----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@lists.sourceforge.net] On Behalf Of Eric Hagemann Sent: Saturday, August 18, 2001 5:21 PM To: Numpy-discussion@lists.sourceforge.net Subject: [Numpy-discussion] For the next round on the manual
Type-o in the manual
Check the definition for the 'convolve' function. Manual tells of mode=0 as default when code and experiment point to mode=2 being default
No biggie -- but it might be nice to correct if anybody is editing the manual any time soon
Cheers Eric

While you're at it, I found what appears to be another small typo:
In the API section, description of the ArrayObject structure, is the line:
a.shape = (dimensions[0]...dimensions[nd])
shouldn't this be dimensions[nd-1] ?
-Chris
participants (3)
-
Chris Barker
-
Eric Hagemann
-
Paul F. Dubois