summaryrefslogtreecommitdiff
path: root/numpy/numarray/functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/functions.py')
-rw-r--r--numpy/numarray/functions.py2
1 files changed, 1 insertions, 1 deletions
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)