diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-05 01:51:39 +0000 |
commit | 02b75abf731831e32bbb8007a3278c14f6ad700a (patch) | |
tree | 3cb25748c067ffda3e2f1a718d9596a180821138 /Objects/odictobject.c | |
parent | a31ddb33511f92d20dfddb23d934a0b7f4ab6122 (diff) | |
parent | 69332c1a64d6bdb80ff813fab403be832e12ce64 (diff) | |
download | cpython-git-02b75abf731831e32bbb8007a3278c14f6ad700a.tar.gz |
Merge spelling and grammar fixes from 3.5
Diffstat (limited to 'Objects/odictobject.c')
-rw-r--r-- | Objects/odictobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/odictobject.c b/Objects/odictobject.c index 9af0b0eafa..14be1cd24a 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 |