From b35941f6fc2e9b2282de21b167891007605241b6 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 29 Dec 2007 01:35:09 +0000 Subject: typo --- numpy/numarray/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray/functions.py') diff --git a/numpy/numarray/functions.py b/numpy/numarray/functions.py index 3f55e1a9c..dca25c93c 100644 --- a/numpy/numarray/functions.py +++ b/numpy/numarray/functions.py @@ -492,4 +492,4 @@ def togglebyteorder(self): self.dtype=self.dtype.newbyteorder() def average(a, axis=0, weights=None, returned=0): - return = np.average(a, axis, weights, returned) + return np.average(a, axis, weights, returned) -- cgit v1.2.1