Commit a261155f authored by Stefan Behnel's avatar Stefan Behnel

Remove a note in the docs that no-one should care about anymore.

parent ad9f6367
......@@ -48,11 +48,6 @@ overheads. Consider this code:
.. literalinclude:: ../../examples/userguide/early_binding_for_speed/rectangle_cpdef.pyx
.. note::
In earlier versions of Cython, the :keyword:`cpdef` keyword is
``rdef`` - but has the same effect.
Here, we just have a single area method, declared as :keyword:`cpdef` to make it
efficiently callable as a C function, but still accessible from pure Python
(or late-binding Cython) code.
......
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