summaryrefslogtreecommitdiffstats
path: root/Modules/arraymodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/arraymodule.c')
-rw-r--r--Modules/arraymodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c
index 11d0723..7c89ce0 100644
--- a/Modules/arraymodule.c
+++ b/Modules/arraymodule.c
@@ -1528,7 +1528,7 @@ itemsize -- the length in bytes of one array item\n\
statichere PyTypeObject Arraytype = {
PyObject_HEAD_INIT(NULL)
0,
- "array",
+ "array.array",
sizeof(arrayobject),
0,
(destructor)array_dealloc, /* tp_dealloc */