From 6e91f0f59818c5bc9021f1913764bb667811fbcc Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 13 Nov 2009 17:50:02 +0000 Subject: second set of checkins from doc editor --- doc/source/reference/ufuncs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/ufuncs.rst') diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index 59cdb71de..77269be58 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -313,7 +313,7 @@ possess. None of the attributes can be set. ============ ================================================================= **__doc__** A docstring for each ufunc. The first part of the docstring is dynamically generated from the number of outputs, the name, and - the number of inputs. The second part of the doc string is + the number of inputs. The second part of the docstring is provided at creation time and stored with the ufunc. **__name__** The name of the ufunc. -- cgit v1.2.1