diff options
-rw-r--r-- | numpy/doc/swig/numpy_swig.html | 2 | ||||
-rw-r--r-- | numpy/doc/swig/numpy_swig.pdf | bin | 148244 -> 148514 bytes | |||
-rw-r--r-- | numpy/doc/swig/numpy_swig.txt | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/swig/numpy_swig.html b/numpy/doc/swig/numpy_swig.html index b051363be..e19f5c3ac 100644 --- a/numpy/doc/swig/numpy_swig.html +++ b/numpy/doc/swig/numpy_swig.html @@ -1049,7 +1049,7 @@ possible.</p> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2007-08-15 20:42 UTC. +Generated on: 2007-08-15 21:36 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> diff --git a/numpy/doc/swig/numpy_swig.pdf b/numpy/doc/swig/numpy_swig.pdf Binary files differindex 3c31a5301..a2801f095 100644 --- a/numpy/doc/swig/numpy_swig.pdf +++ b/numpy/doc/swig/numpy_swig.pdf diff --git a/numpy/doc/swig/numpy_swig.txt b/numpy/doc/swig/numpy_swig.txt index 28a83943c..cc57b6fc3 100644 --- a/numpy/doc/swig/numpy_swig.txt +++ b/numpy/doc/swig/numpy_swig.txt @@ -41,7 +41,7 @@ string):: def rms(seq): """ - rms: return the root mean square of a sequence + rms: return the root mean square of a sequence rms(numpy.ndarray) -> double rms(list) -> double rms(tuple) -> double |