Skip to content

Commit f75ee54

Browse files
authored
added missing w typecode
1 parent 102f825 commit f75ee54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ array_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
28732873
}
28742874
}
28752875
PyErr_SetString(PyExc_ValueError,
2876-
"bad typecode (must be b, B, u, h, H, i, I, l, L, q, Q, f or d)");
2876+
"bad typecode (must be b, B, u, w, h, H, i, I, l, L, q, Q, f or d)");
28772877
return NULL;
28782878
}
28792879

0 commit comments

Comments
 (0)