Skip to content

Commit

Permalink
Fix a typo in dictobject.c documentation (python#117515)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbkim authored Apr 19, 2024
1 parent ab99438 commit b624490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/dictobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
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
Expand Down

0 comments on commit b624490

Please sign in to comment.