https://github.com/python/cpython/commit/b624490deedc37d02e5f29d19ff5e222df3a64dd commit: b624490deedc37d02e5f29d19ff5e222df3a64dd branch: main author: Noah Kim <noahb...@gmail.com> committer: methane <songofaca...@gmail.com> date: 2024-04-19T19:19:12Z summary:
Fix a typo in dictobject.c documentation (#117515) files: M Objects/dictobject.c diff --git a/Objects/dictobject.c b/Objects/dictobject.c index c3516dff973745..4e696419eb5eb0 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com