File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/source/reference/c-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ PyArray_Type and PyArrayObject
205
205
.. c :type :: PyArrayObject
206
206
207
207
.. deprecated :: 1.7
208
- Use :c:type: ` NPY_AO ` for a shorter name.
208
+ Use `` NPY_AO ` ` for a shorter name.
209
209
210
210
Represents a NumPy array object in the C API.
211
211
@@ -563,7 +563,7 @@ PyArray_ArrFuncs
563
563
564
564
An array of function pointers to cast from the current type to
565
565
most of the other builtin types. The types
566
- :c:type: `NPY_DATETIME `, :c:type: `NPY_TIMEDELTA `, and :c:type: `HALF `
566
+ :c:type: `NPY_DATETIME `, :c:type: `NPY_TIMEDELTA `, and :c:type: `NPY_HALF `
567
567
go into the castdict even though they are built-in. Each function
568
568
casts a contiguous, aligned, and notswapped buffer pointed at by
569
569
*from * to a contiguous, aligned, and notswapped buffer pointed
You can’t perform that action at this time.
0 commit comments