summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/function_base.py')
-rw-r--r--numpy/core/function_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/function_base.py b/numpy/core/function_base.py
index 400e75eb5..0bf93390e 100644
--- a/numpy/core/function_base.py
+++ b/numpy/core/function_base.py
@@ -36,6 +36,8 @@ def linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None):
The type of the output array. If `dtype` is not given, infer the data
type from the other input arguments.
+ .. versionadded:: 1.9.0
+
Returns
-------
samples : ndarray