[Scipy-svn] r5251 - trunk/doc/source/tutorial

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Dec 14 06:21:12 EST 2008


Author: jarrod.millman
Date: 2008-12-14 05:21:11 -0600 (Sun, 14 Dec 2008)
New Revision: 5251

Modified:
   trunk/doc/source/tutorial/interpolate.rst
Log:
fixed rest


Modified: trunk/doc/source/tutorial/interpolate.rst
===================================================================
--- trunk/doc/source/tutorial/interpolate.rst	2008-12-14 10:05:51 UTC (rev 5250)
+++ trunk/doc/source/tutorial/interpolate.rst	2008-12-14 11:21:11 UTC (rev 5251)
@@ -199,7 +199,7 @@
 :obj:`ogrid <numpy.ogrid>` command if the full-mesh is not
 needed). The number of output arguments and the number of dimensions
 of each argument is determined by the number of indexing objects
-passed in :obj:`mgrid <numpy.mgrid>`[].
+passed in :obj:`mgrid <numpy.mgrid>`.
 
 .. plot::
 




More information about the Scipy-svn mailing list