diff options
author | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-04-13 17:04:02 +0000 |
---|---|---|
committer | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-04-13 17:04:02 +0000 |
commit | cfb606b1a0849895c12e2ecf99deca3d04a2a2f3 (patch) | |
tree | d93233466e5ce8ca6dc7b141c84d44e74d2e6bf6 /numpy/doc/swig/numpy_swig.html | |
parent | e574efa3a59cc6875daca0482116a87cacf581af (diff) | |
download | numpy-cfb606b1a0849895c12e2ecf99deca3d04a2a2f3.tar.gz |
Fixed typo in documentation
Diffstat (limited to 'numpy/doc/swig/numpy_swig.html')
-rw-r--r-- | numpy/doc/swig/numpy_swig.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/swig/numpy_swig.html b/numpy/doc/swig/numpy_swig.html index a335901c0..5348c5fbf 100644 --- a/numpy/doc/swig/numpy_swig.html +++ b/numpy/doc/swig/numpy_swig.html @@ -688,7 +688,7 @@ typedef struct {double real, imag;} npy_cdouble; </pre> <p>We could have implemented:</p> <pre class="literal-block"> -%numpy_typemaps(Py_complex , NPY_DOUBLE , int) +%numpy_typemaps(Py_complex , NPY_CDOUBLE, int) %numpy_typemaps(npy_cfloat , NPY_CFLOAT , int) %numpy_typemaps(npy_cdouble, NPY_CDOUBLE, int) </pre> @@ -948,7 +948,7 @@ possible.</p> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2007-04-10 15:20 UTC. +Generated on: 2007-04-13 17:02 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> |