[SciPy-dev] A typo in the sparse.csc_matrix docstring

Nathan Bell wnbell at gmail.com
Wed Mar 14 04:30:00 EDT 2007


On 3/14/07, Constantine Khroulev <c.khroulev at gmail.com> wrote:
> Hello all,
>
> I'm trying to build a CSC sparse matrix, and it seems like there is a typo in
> the following docstring:
>
> According to the sparse.py itself, the line
> "a[ij[k, 0], ij[k, 1]] = data[k]" should read "a[ij[0, k], ij[1, k]] = data[k]".
>

Thanks for the report.  It's been fixed in revision 2845.

-- 
Nathan Bell wnbell at gmail.com



More information about the SciPy-Dev mailing list