https://github.com/python/cpython/commit/03f9264ecef4b1df5e71586327a04ec3b9331cbe commit: 03f9264ecef4b1df5e71586327a04ec3b9331cbe branch: main author: Arjun Singh <98927961+xyloc...@users.noreply.github.com> committer: methane <songofaca...@gmail.com> date: 2024-10-22T11:48:16+09:00 summary:
fix grammar in comment in dictobject.c (#125822) files: M Objects/dictobject.c diff --git a/Objects/dictobject.c b/Objects/dictobject.c index c4e11a3e9c0bc7..3134f6141dc9be 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -34,7 +34,7 @@ As of Python 3.6, this is compact and ordered. Basic idea is described here: dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1) or DKIX_DUMMY(-2). -Size of indices is dk_size. Type of each index in indices is vary on dk_size: +Size of indices is dk_size. Type of each index in indices varies with dk_size: * int8 for dk_size <= 128 * int16 for 256 <= dk_size <= 2**15 _______________________________________________ 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