diff options
-rw-r--r-- | Objects/typeobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index c759204dc0..4f87817984 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) { |