Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2015-10-07 11:13:55 +00:00
commit 585a6acfef
10 changed files with 12 additions and 12 deletions

View file

@ -1214,7 +1214,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
#ifdef Py_DEBUG
/* PyEval_EvalFrameEx() 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());
#endif