summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-03-03 22:05:55 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-03-03 22:05:55 +0100
commit9470dab5dd37aac37af445ff18ec20073abb3059 (patch)
tree828b4df8da6de79037447501b521ddaa9800fa85
parent6bb8b78a37d36e19d48897da6931fd9e82f4710a (diff)
parent0296b797c526327f6375bfdaaad430895610d97e (diff)
downloadcython-9470dab5dd37aac37af445ff18ec20073abb3059.tar.gz
Merge branch 'master' of git+ssh://github.com/cython/cython
-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