mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge spelling and grammar fixes from 3.5
This commit is contained in:
commit
02b75abf73
14 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue