Commit 31c06c49 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Some rephrasing.

parent c31fd30c
......@@ -520,8 +520,7 @@ be careful what you do.
Type Casting
------------
As C uses the ``"("`` and ``")"`` for casting types, Cython uses ``"<"`` and ``">"``
to signify a casting. For example::
Where C uses ``"("`` and ``")"``, Cython uses ``"<"`` and ``">"``. For example::
cdef char *p
cdef float *q
......@@ -569,6 +568,7 @@ if ``x`` is not an instance of ``MyExtensionType``.
This tests for the exact class for builtin types,
but allows subclasses for :ref:`extension-types`.
Statements and expressions
==========================
......
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