diff options
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index a02e12b45..ab8a17e34 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -1015,6 +1015,8 @@ def outer(a, b, out=None): out : (M, N) ndarray, optional A location where the result is stored + .. versionadded:: 1.9.0 + Returns ------- out : (M, N) ndarray |