Hi,
Here's a quick diff to fix some typos in the docstrings for matlib.zeros and matlib.ones. They're causing 2 (of many) failures in the doctests for me on SVN HEAD.
Filed in trac as #953 (http://www.scipy.org/scipy/numpy/ticket/953)
(Unless someone wants to give me SVN rights for fixing/adding small things like this.)
Ryan
Hi,
Wed, 12 Nov 2008 10:16:35 -0600, Ryan May wrote:
Here's a quick diff to fix some typos in the docstrings for matlib.zeros and matlib.ones. They're causing 2 (of many) failures in the doctests for me on SVN HEAD.
There are probably bound to be more of these. It's possible to fix them using this:
http://docs.scipy.org/numpy/ http://docs.scipy.org/numpy/docs/numpy.matlib.zeros/ http://docs.scipy.org/numpy/docs/numpy.matlib.ones/
The changes will propagate from there eventually to SVN, alongside all other documentation improvements.
Pauli Virtanen wrote:
Hi,
Wed, 12 Nov 2008 10:16:35 -0600, Ryan May wrote:
Here's a quick diff to fix some typos in the docstrings for matlib.zeros and matlib.ones. They're causing 2 (of many) failures in the doctests for me on SVN HEAD.
There are probably bound to be more of these. It's possible to fix them using this:
http://docs.scipy.org/numpy/ http://docs.scipy.org/numpy/docs/numpy.matlib.zeros/ http://docs.scipy.org/numpy/docs/numpy.matlib.ones/
The changes will propagate from there eventually to SVN, alongside all other documentation improvements.
Great, can someone get me edit access?
User: rmay
Ryan