diff options
author | chebee7i <chebee7i@gmail.com> | 2015-02-14 10:58:45 -0600 |
---|---|---|
committer | chebee7i <chebee7i@gmail.com> | 2015-02-14 10:58:45 -0600 |
commit | d64d4a58af59b4f03249488f1360c3da8ad9cb56 (patch) | |
tree | 5c852b70a94376d58310d131cf46104ce5c72aa2 /doc | |
parent | 4eac56a72907c54038a4863186af8e2198653125 (diff) | |
download | numpy-d64d4a58af59b4f03249488f1360c3da8ad9cb56.tar.gz |
DOC: Replace "Parameters" with "Returns".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index 228994743..3192c7ed3 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -258,7 +258,7 @@ The sections of the docstring are: Description of the anonymous integer return value. If both the name and type are specified, the **Yields** section takes the - same form as the **Parameters** section:: + same form as the **Returns** section:: Yields ------ |