diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-26 23:59:07 +0200 |
---|---|---|
committer | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-26 23:59:07 +0200 |
commit | 5d315b3131583a11ee92945e8e553cd819d6713d (patch) | |
tree | e8f6d3e9aafbd2dd7874670d368179947edf9a78 /doc/source/reference/c-api.array.rst | |
parent | 8cab06023b3ea810ca03c3cb8f390dd1b3b8029e (diff) | |
download | numpy-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.rst | 2 |
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 """"""" |