mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typos in docs, error messages and comments (#122502)
Signed-off-by: jianghuyiyuan <shuangcui@live.com>
This commit is contained in:
parent
06656e259b
commit
46f5a4f9e1
6 changed files with 6 additions and 6 deletions
|
@ -699,7 +699,7 @@ _PyXI_excinfo_InitFromException(_PyXI_excinfo *info, PyObject *exc)
|
|||
Py_DECREF(tbexc);
|
||||
if (info->errdisplay == NULL) {
|
||||
#ifdef Py_DEBUG
|
||||
PyErr_FormatUnraisable("Exception ignored while formating TracebackException");
|
||||
PyErr_FormatUnraisable("Exception ignored while formatting TracebackException");
|
||||
#endif
|
||||
PyErr_Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue