From 6647bf7eaeb915e2d09db8b5c7584ee286962d3b Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 5 Aug 2008 09:20:07 +0000 Subject: Merge from documentation editor. --- numpy/lib/stride_tricks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'numpy/lib/stride_tricks.py') diff --git a/numpy/lib/stride_tricks.py b/numpy/lib/stride_tricks.py index 25987362f..8006b25d1 100644 --- a/numpy/lib/stride_tricks.py +++ b/numpy/lib/stride_tricks.py @@ -23,11 +23,13 @@ def as_strided(x, shape=None, strides=None): return np.asarray(DummyArray(interface, base=x)) def broadcast_arrays(*args): - """ Broadcast any number of arrays against each other. + """ + Broadcast any number of arrays against each other. Parameters ---------- - *args : arrays + `*args` : arrays + The arrays to broadcast. Returns ------- -- cgit v1.2.1