mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
More typos in 3.5 documentation and comments
This commit is contained in:
parent
3f930dcd87
commit
ec1aa5c2a1
4 changed files with 6 additions and 6 deletions
|
@ -89,7 +89,7 @@ PyCFunction_Call(PyObject *func, PyObject *args, PyObject *kwds)
|
|||
|
||||
/* PyCFunction_Call() must not be called with an exception set,
|
||||
because it may clear it (directly or indirectly) and so the
|
||||
caller looses its exception */
|
||||
caller loses its exception */
|
||||
assert(!PyErr_Occurred());
|
||||
|
||||
flags = PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue