From a5293b4ff2c1b5446947b4986f98ecf5d52432d4 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 5 Nov 2017 07:37:50 -0600 Subject: Fix miscellaneous typos (#4275) --- Objects/dictobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/dictobject.c') diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 6ba2cc975f..779746a31a 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -1032,7 +1032,7 @@ Fail: } /* -Internal routine used by dictresize() to buid a hashtable of entries. +Internal routine used by dictresize() to build a hashtable of entries. */ static void build_indices(PyDictKeysObject *keys, PyDictKeyEntry *ep, Py_ssize_t n) -- cgit v1.2.1