Commit 02189e8a authored by Stefan Behnel's avatar Stefan Behnel

rst fix

parent 9a435c01
...@@ -95,7 +95,7 @@ within the function call. ...@@ -95,7 +95,7 @@ within the function call.
A side-effect of cdef is that the function is no longer available from A side-effect of cdef is that the function is no longer available from
Python-space, as Python wouldn't know how to call it. It is also no Python-space, as Python wouldn't know how to call it. It is also no
longer possible to change ``f` at runtime. longer possible to change :func:`f` at runtime.
Using the ``cpdef`` keyword instead of ``cdef``, a Python wrapper is also Using the ``cpdef`` keyword instead of ``cdef``, a Python wrapper is also
created, so that the function is available both from Cython (fast, passing created, so that the function is available both from Cython (fast, passing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment