summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/functions.py')
-rw-r--r--numpy/oldnumeric/functions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/oldnumeric/functions.py b/numpy/oldnumeric/functions.py
index f03f2fb21..475802c88 100644
--- a/numpy/oldnumeric/functions.py
+++ b/numpy/oldnumeric/functions.py
@@ -119,3 +119,4 @@ def cross_product(a, b, axis1=-1, axis2=-1):
def average(a, axis=0, weights=None, returned=False):
return N.average(a, axis, weights, returned)
+