Fix a typo in dictobject.c documentation (#117515)

This commit is contained in:
Noah Kim 2024-04-19 15:19:12 -04:00 committed by GitHub
parent ab99438900
commit b624490dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1876,7 +1876,7 @@ actually be smaller than the old one.
If a table is split (its keys and hashes are shared, its values are not), 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 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. 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: This function supports:
- Unicode split -> Unicode combined or Generic - Unicode split -> Unicode combined or Generic