Commit 533f0380 authored by Valentin Haenel's avatar Valentin Haenel

remove comment about asking for additional fields

parent 98369549
......@@ -154,8 +154,7 @@ cdef extern from "numpy/arrayobject.h":
ctypedef class numpy.dtype [object PyArray_Descr]:
# Use PyDataType_* macros when possible, however there are no macros
# for accessing some of the fields, so some are defined. Please
# ask on cython-dev if you need more.
# for accessing some of the fields, so some are defined.
cdef char kind
cdef char type
cdef char byteorder
......
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