rst fix
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Jul 2013 05:30:27 +0000 (07:30 +0200)
committerStefan Behnel <stb@skoobe.de>
Sun, 14 Jul 2013 11:42:48 +0000 (13:42 +0200)
docs/src/quickstart/cythonize.rst

index 72270b0..efe985c 100644 (file)
@@ -95,7 +95,7 @@ within the function call.
 
 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
-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
 created, so that the function is available both from Cython (fast, passing