mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
@ -1494,7 +1494,7 @@ call_maybe(PyObject *o, _Py_Identifier *nameid, char *format, ...)
|
|||
|
||||
The next three properties are the 3 constraints in "C3".
|
||||
|
||||
Local precendece order.
|
||||
Local precedence order.
|
||||
If A precedes B in C's MRO, then A will precede B in the MRO of all
|
||||
subclasses of C.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue