summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
diff options
context:
space:
mode:
authorMichael Seifert <michaelseifert04@yahoo.de>2017-03-26 23:59:07 +0200
committerMichael Seifert <michaelseifert04@yahoo.de>2017-03-26 23:59:07 +0200
commit5d315b3131583a11ee92945e8e553cd819d6713d (patch)
treee8f6d3e9aafbd2dd7874670d368179947edf9a78 /doc/source/reference/c-api.array.rst
parent8cab06023b3ea810ca03c3cb8f390dd1b3b8029e (diff)
downloadnumpy-5d315b3131583a11ee92945e8e553cd819d6713d.tar.gz
DOC: fixed link to `NPY_END_THREADS`
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r--doc/source/reference/c-api.array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst
index 4d308eee8..f40783e06 100644
--- a/doc/source/reference/c-api.array.rst
+++ b/doc/source/reference/c-api.array.rst
@@ -3138,7 +3138,7 @@ Group 1
Useful to release the GIL only if *loop_size* exceeds a
minimum threshold, currently set to 500. Should be matched
- with a .. c:macro::`NPY_END_THREADS` to regain the GIL.
+ with a :c:macro:`NPY_END_THREADS` to regain the GIL.
Group 2
"""""""