Skip to content

Commit 006f70b

Browse files
committed
lets stick with separate names to scalar and dtype
1 parent 3e18226 commit 006f70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/numpy_quaddtype/src/scalar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ QuadPrecision_dealloc(QuadPrecisionObject *self)
239239
}
240240

241241
PyTypeObject QuadPrecision_Type = {
242-
PyVarObject_HEAD_INIT(NULL, 0).tp_name = "numpy_quaddtype.QuadPrecDType",
242+
PyVarObject_HEAD_INIT(NULL, 0).tp_name = "numpy_quaddtype.QuadPrecision",
243243
.tp_basicsize = sizeof(QuadPrecisionObject),
244244
.tp_itemsize = 0,
245245
.tp_new = QuadPrecision_new,

0 commit comments

Comments
 (0)