We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab99438 commit b624490Copy full SHA for b624490
Objects/dictobject.c
@@ -1876,7 +1876,7 @@ actually be smaller than the old one.
1876
If a table is split (its keys and hashes are shared, its values are not),
1877
then the values are temporarily copied into the table, it is resized as
1878
a combined table, then the me_value slots in the old table are NULLed out.
1879
-After resizing a table is always combined.
+After resizing, a table is always combined.
1880
1881
This function supports:
1882
- Unicode split -> Unicode combined or Generic
0 commit comments