Fix spelling and grammar in documentation and code comments

This commit is contained in:
Martin Panter 2016-08-04 13:07:31 +00:00
parent 72e483aac4
commit 69332c1a64
14 changed files with 15 additions and 15 deletions

View file

@ -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