[Numpy-svn] r3817 - trunk/numpy/lib

numpy-svn at scipy.org numpy-svn at scipy.org
Thu May 24 14:31:41 EDT 2007


Author: edschofield
Date: 2007-05-24 13:31:28 -0500 (Thu, 24 May 2007)
New Revision: 3817

Modified:
   trunk/numpy/lib/shape_base.py
Log:
Fix docstring typo for vstack()


Modified: trunk/numpy/lib/shape_base.py
===================================================================
--- trunk/numpy/lib/shape_base.py	2007-05-23 22:19:54 UTC (rev 3816)
+++ trunk/numpy/lib/shape_base.py	2007-05-24 18:31:28 UTC (rev 3817)
@@ -184,7 +184,7 @@
     """ Stack arrays in sequence vertically (row wise)
 
         Description:
-            Take a sequence of arrays and stack them veritcally
+            Take a sequence of arrays and stack them vertically
             to make a single array.  All arrays in the sequence
             must have the same shape along all but the first axis.
             vstack will rebuild arrays divided by vsplit.




More information about the Numpy-svn mailing list