Removed unused format character

This commit is contained in:
Andrew Murray 2025-02-05 18:36:14 +11:00
parent b19506a499
commit a37702dd8a

View File

@ -854,7 +854,7 @@ font_render(FontObject *self, PyObject *args) {
if (!PyArg_ParseTuple( if (!PyArg_ParseTuple(
args, args,
"OO|zzOzfpzL(ff)O:render", "OO|zzOzfpzL(ff):render",
&string, &string,
&fill, &fill,
&mode, &mode,