Skip to content

Commit 29afd3c

Browse files
Update typeobject.c
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 22baff6 commit 29afd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,7 @@ mro_check(PyTypeObject *type, PyObject *mro)
35163516
if (!is_subtype_with_mro(lookup_tp_mro(solid), solid, solid_base(base))) {
35173517
PyErr_Format(
35183518
PyExc_TypeError,
3519-
"%N.mro() returned base with unsuitable layout ('%T')",
3519+
"%N.mro() returned base with unsuitable layout ('%N')",
35203520
type, base);
35213521
return -1;
35223522
}

0 commit comments

Comments
 (0)