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

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Oct 6 22:44:54 EDT 2006


Author: stefan
Date: 2006-10-06 21:44:41 -0500 (Fri, 06 Oct 2006)
New Revision: 3280

Modified:
   trunk/numpy/lib/shape_base.py
Log:
Fix typo in tile.


Modified: trunk/numpy/lib/shape_base.py
===================================================================
--- trunk/numpy/lib/shape_base.py	2006-10-07 02:23:35 UTC (rev 3279)
+++ trunk/numpy/lib/shape_base.py	2006-10-07 02:44:41 UTC (rev 3280)
@@ -564,7 +564,7 @@
     return result
 
 def tile(A, reps):
-    """Repeat an array the number of times given in the integer tuple, tup.
+    """Repeat an array the number of times given in the integer tuple, reps.
 
     If reps has length d, the result will have dimension of max(d, A.ndim).
     If reps is scalar it is treated as a 1-tuple.




More information about the Numpy-svn mailing list