mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +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
|
@ -68,8 +68,8 @@ tb_dealloc(tb)
|
|||
DEL(tb);
|
||||
}
|
||||
|
||||
#define Tracebacktype PyTraceback_Type
|
||||
#define is_tracebackobject PyTraceback_Check
|
||||
#define Tracebacktype PyTraceBack_Type
|
||||
#define is_tracebackobject PyTraceBack_Check
|
||||
|
||||
typeobject Tracebacktype = {
|
||||
OB_HEAD_INIT(&Typetype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue