diff --git a/Objects/typeobject.c b/Objects/typeobject.c index c759204dc00..4f87817984d 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -6509,7 +6509,7 @@ update_slots_callback(PyTypeObject *type, void *data) } /* Initialize the slotdefs table by adding interned string objects for the - names and sorting the entries. */ + names. */ static void init_slotdefs(void) {