Skip to content

Commit b624490

Browse files
authored
Fix a typo in dictobject.c documentation (#117515)
1 parent ab99438 commit b624490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ actually be smaller than the old one.
18761876
If a table is split (its keys and hashes are shared, its values are not),
18771877
then the values are temporarily copied into the table, it is resized as
18781878
a combined table, then the me_value slots in the old table are NULLed out.
1879-
After resizing a table is always combined.
1879+
After resizing, a table is always combined.
18801880
18811881
This function supports:
18821882
- Unicode split -> Unicode combined or Generic

0 commit comments

Comments
 (0)