Skip to content

Commit 16e6a1f

Browse files
Update Objects/templateobject.c
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent ab393f7 commit 16e6a1f

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)