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 5e7304f commit c8f22f0Copy full SHA for c8f22f0
Objects/templateobject.c
@@ -100,7 +100,7 @@ template_dealloc(templateobject *self)
100
static PyObject *
101
template_repr(templateobject *self)
102
{
103
- return PyUnicode_FromFormat("%s(%R)",
+ return PyUnicode_FromFormat("%s%R",
104
_PyType_Name(Py_TYPE(self)),
105
self->args);
106
}
0 commit comments