From ba6b099b3d4b97fe933e0ebf5f18ca29f8111855 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 7 Oct 2006 02:44:41 +0000 Subject: Fix typo in tile. --- numpy/lib/shape_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/shape_base.py') diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index 8f2a3014c..3d9b02bc3 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -564,7 +564,7 @@ def kron(a,b): 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. -- cgit v1.2.1