diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 58a3d979339c49..459480da6a5c5e 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -1866,7 +1866,7 @@ actually be smaller than the old one. If a table is split (its keys and hashes are shared, its values are not), then the values are temporarily copied into the table, it is resized as a combined table, then the me_value slots in the old table are NULLed out. -After resizing a table is always combined. +After resizing, a table is always combined. This function supports: - Unicode split -> Unicode combined or Generic