We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22baff6 commit 29afd3cCopy full SHA for 29afd3c
Objects/typeobject.c
@@ -3516,7 +3516,7 @@ mro_check(PyTypeObject *type, PyObject *mro)
3516
if (!is_subtype_with_mro(lookup_tp_mro(solid), solid, solid_base(base))) {
3517
PyErr_Format(
3518
PyExc_TypeError,
3519
- "%N.mro() returned base with unsuitable layout ('%T')",
+ "%N.mro() returned base with unsuitable layout ('%N')",
3520
type, base);
3521
return -1;
3522
}
0 commit comments