summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSeifert04 <michaelseifert04@yahoo.de>2018-03-11 21:01:28 +0100
committerMSeifert04 <michaelseifert04@yahoo.de>2018-03-11 21:01:28 +0100
commit254c50af3a52c8b1444e46857e9ec59fcb212a41 (patch)
treecbc9b0f73964d813a0ebf3bb127036e6aab493f2
parent055ce3e90b50b5f9ef8cf1b8641c42e391f10735 (diff)
downloadpython-numpy-254c50af3a52c8b1444e46857e9ec59fcb212a41.tar.gz
python-numpy-254c50af3a52c8b1444e46857e9ec59fcb212a41.tar.bz2
python-numpy-254c50af3a52c8b1444e46857e9ec59fcb212a41.zip
DOC: Fix minor typo in how-to-document.
The accidental trailing underscore made it render as unresolved link so it had an underline in the output. None of the other listed functions had such a trailing underscore so it was removed there as well. [skip ci]
-rw-r--r--doc/HOWTO_DOCUMENT.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt
index e815e1d68..813626ea0 100644
--- a/doc/HOWTO_DOCUMENT.rst.txt
+++ b/doc/HOWTO_DOCUMENT.rst.txt
@@ -322,7 +322,7 @@ The sections of the docstring are:
See Also
--------
func_a : Function a with its description.
- func_b, func_c_, func_d
+ func_b, func_c, func_d
func_e
10. **Notes**