Skip to content

Commit e5b03e8

Browse files
committed
Merge branch 'pep750-concat-update' of github.com:t-strings/cpython into pep750-concat-update
2 parents 6b6acda + 16e6a1f commit e5b03e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/templateobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ _PyTemplate_Concat(PyObject *self, PyObject *other)
305305
}
306306

307307
PyErr_Format(PyExc_TypeError,
308-
"can only concatenate Template (not \"%T\") to Template",
308+
"can only concatenate string.templatelib.Template (not \"%T\") to string.templatelib.Template",
309309
other);
310310
return NULL;
311311
}

0 commit comments

Comments
 (0)