diff options
author | Jarrod Millman <millman@berkeley.edu> | 2009-11-13 17:50:02 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2009-11-13 17:50:02 +0000 |
commit | 6e91f0f59818c5bc9021f1913764bb667811fbcc (patch) | |
tree | f33d42be24ea2ea9c4f1dc2c052997c37b847e7e /doc/source/reference/ufuncs.rst | |
parent | f07c79d3709a7f81219abc3c516fd772f469c167 (diff) | |
download | numpy-6e91f0f59818c5bc9021f1913764bb667811fbcc.tar.gz |
second set of checkins from doc editor
Diffstat (limited to 'doc/source/reference/ufuncs.rst')
-rw-r--r-- | doc/source/reference/ufuncs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |