mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
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