From 51fc048a0eb6be3c1a9226b46ece0346e9cb54e4 Mon Sep 17 00:00:00 2001 From: Sankarshan Mudkavi Date: Fri, 7 Mar 2014 13:09:29 -0500 Subject: Added versiontag to docstring --- numpy/core/numeric.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/numeric.py') 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 -- cgit v1.2.1