mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
spell TraceBack with capital B
This commit is contained in:
parent
8ca687a68e
commit
9d78d8d2fb
3 changed files with 5 additions and 5 deletions
|
@ -912,7 +912,7 @@ eval_code2(co, globals, locals,
|
|||
DECREF(u);
|
||||
u = NULL;
|
||||
}
|
||||
else if (!PyTraceback_Check(u)) {
|
||||
else if (!PyTraceBack_Check(u)) {
|
||||
err_setstr(TypeError,
|
||||
"raise 3rd arg must be traceback or None");
|
||||
goto raise_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue