summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-03-03 16:20:03 +0100
committerGitHub <noreply@github.com>2019-03-03 16:20:03 +0100
commit0296b797c526327f6375bfdaaad430895610d97e (patch)
treef6be9c7aeed8365b48fbfdc47957a36329f4abb5
parentb9eaba7c7efa9631d48d016b83891c26814d8324 (diff)
parent2abcf110429981fedf7b14d2501f33484f0b36dd (diff)
downloadcython-0296b797c526327f6375bfdaaad430895610d97e.tar.gz
Merge pull request #2878 from noamher/conditional-gilstatnode
Fix reference in docs
-rw-r--r--docs/src/userguide/fusedtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/fusedtypes.rst b/docs/src/userguide/fusedtypes.rst
index d91b3ef91..b108b944e 100644
--- a/docs/src/userguide/fusedtypes.rst
+++ b/docs/src/userguide/fusedtypes.rst
@@ -255,7 +255,7 @@ Conditional GIL Acquiring / Releasing
=====================================
Acquiring and releasing the GIL can be controlled by a condition
-which is known at compile time (see :ref:`_gil_conditional`).
+which is known at compile time (see :ref:`gil_conditional`).
This is most useful when combined with fused types.
A fused type function may have to handle both cython native types