From 8af0271186cc642436306274564986888d5e64c8 Mon Sep 17 00:00:00 2001 From: da-woods Date: Mon, 9 Aug 2021 20:44:26 +0100 Subject: docs: fix internal link (GH-4333) --- docs/src/userguide/special_methods.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/userguide/special_methods.rst b/docs/src/userguide/special_methods.rst index e9b02c32d..42ce93498 100644 --- a/docs/src/userguide/special_methods.rst +++ b/docs/src/userguide/special_methods.rst @@ -353,7 +353,7 @@ Note that Cython 0.x did not make use of the ``__r...__`` variants and instead used the bidirectional C slot signature for the regular methods, thus making the first argument ambiguous (not 'self' typed). Since Cython 3.0, the operator calls are passed to the respective special methods. -See the section on `Arithmetic methods `_ above. +See the section on :ref:`Arithmetic methods ` above. Numeric conversions ^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.1