mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -38,8 +38,8 @@ int PyTraceBack_Store Py_PROTO((PyObject *));
|
|||
int PyTraceBack_Print Py_PROTO((PyObject *, PyObject *));
|
||||
|
||||
/* Reveale traceback type so we can typecheck traceback objects */
|
||||
extern PyTypeObject PyTraceback_Type;
|
||||
#define PyTraceback_Check(v) ((v)->ob_type == &PyTraceback_Type)
|
||||
extern PyTypeObject PyTraceBack_Type;
|
||||
#define PyTraceBack_Check(v) ((v)->ob_type == &PyTraceBack_Type)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue