]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in dictobject.c documentation (#117515)
authorNoah Kim <noahbkim@gmail.com>
Fri, 19 Apr 2024 19:19:12 +0000 (15:19 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 19:19:12 +0000 (19:19 +0000)
Objects/dictobject.c

index c3516dff973745504e2655bc75b304d416fc8fa5..4e696419eb5eb0a6688db52ff1b2514b1bf12d91 100644 (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),
 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