More typos in 3.5 documentation and comments

This commit is contained in:
Martin Panter 2015-10-07 11:03:53 +00:00
parent 3f930dcd87
commit ec1aa5c2a1
4 changed files with 6 additions and 6 deletions

View file

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