mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Various minor typos in documentation and comments
This commit is contained in:
parent
85b8f45515
commit
9955a373a8
11 changed files with 12 additions and 12 deletions
|
@ -459,7 +459,7 @@ PyObject_Repr(PyObject *v)
|
|||
#ifdef Py_DEBUG
|
||||
/* PyObject_Repr() 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue