From 69332c1a64d6bdb80ff813fab403be832e12ce64 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Thu, 4 Aug 2016 13:07:31 +0000 Subject: Fix spelling and grammar in documentation and code comments --- Objects/odictobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/odictobject.c') diff --git a/Objects/odictobject.c b/Objects/odictobject.c index 1abdd02cdf..a6963d7d53 100644 --- a/Objects/odictobject.c +++ b/Objects/odictobject.c @@ -194,7 +194,7 @@ the concrete API. Here are some ways to address this challenge: 1. Change the relevant usage of the concrete API in CPython and add - PyDict_CheckExact() calls to each of the concrete API funcions. + PyDict_CheckExact() calls to each of the concrete API functions. 2. Adjust the relevant concrete API functions to explicitly accommodate OrderedDict. 3. As with #1, add the checks, but improve the abstract API with smart fast -- cgit v1.2.1