Commit abbe3eef authored by Stefan Behnel's avatar Stefan Behnel

Reformat doc paragraph.

parent 8f445d7d
......@@ -897,8 +897,7 @@ write ``dtype.itemsize`` in Cython code which will be compiled into direct
access of the C struct field, without going through a C-API equivalent of
``dtype.__getattr__('itemsize')``.
For example we may have an extension
module ``foo_extension``::
For example, we may have an extension module ``foo_extension``::
cdef class Foo:
cdef public int field0, field1, field2;
......
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