From 090ce2ad88f775ad0bdc009061457c1ff8b40b74 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 8 Mar 2009 18:21:06 +0000 Subject: Merge reviewed docstrings from editor. --- numpy/lib/function_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 4eabba545..b7b1552b0 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -43,9 +43,9 @@ def linspace(start, stop, num=50, endpoint=True, retstep=False): Parameters ---------- - start : {float, int} + start : scalar The starting value of the sequence. - stop : {float, int} + stop : scalar The end value of the sequence, unless `endpoint` is set to False. In that case, the sequence consists of all but the last of ``num + 1`` evenly spaced samples, so that `stop` is excluded. Note that the step -- cgit v1.2.1