Skip to content

Commit 107bec5

Browse files
committed
fix comment
1 parent 34e2117 commit 107bec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/umath/promoters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ quad_ldexp_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
9494
Py_INCREF(&QuadPrecDType);
9595
new_op_dtypes[0] = &QuadPrecDType;
9696

97-
// Promote the exponent to PyLongDType (unless signature specifies otherwise)
97+
// Promote the exponent to PyArray_IntpDType (unless signature specifies otherwise)
9898
if (signature[1] != NULL) {
9999
Py_INCREF(signature[1]);
100100
new_op_dtypes[1] = signature[1];

0 commit comments

Comments
 (0)