diff options
author | mattip <matti.picus@gmail.com> | 2019-10-15 00:58:20 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-15 00:58:20 +0300 |
commit | 4bc65bfc3763fefc9033d44921b3a1dcc5a07efd (patch) | |
tree | 04cb881a63655d9ec46ceb03b85a097ec1e179c4 /doc/source/reference | |
parent | 84a5dc190a21757c14bcbd6f2a114f7f27546a96 (diff) | |
download | numpy-4bc65bfc3763fefc9033d44921b3a1dcc5a07efd.tar.gz |
DOC: fix output argument reference
Diffstat (limited to 'doc/source/reference')
-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 3a3b67632..3a64b1cfb 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -100,7 +100,7 @@ is true: - *d* acts like a (5,6) array where the single value is repeated. -.. _ufuncs.output-type: +.. _ufuncs-output-type: Output type determination ========================= |