diff options
-rw-r--r-- | immutables/_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/_map.c b/immutables/_map.c index 3586803..5c8bc42 100644 --- a/immutables/_map.c +++ b/immutables/_map.c @@ -2885,7 +2885,7 @@ static PyMappingMethods Map_as_mapping = { PyTypeObject _Map_Type = { PyVarObject_HEAD_INIT(&PyType_Type, 0) - "map", + "Map", sizeof(MapObject), .tp_methods = Map_methods, .tp_as_mapping = &Map_as_mapping, |