Skip to content

Commit

Permalink
Removed unused format character
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 5, 2025
1 parent b6da962 commit 5f227f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_imagingft.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ font_render(FontObject *self, PyObject *args) {

if (!PyArg_ParseTuple(
args,
"OO|zzOzfpzL(ff)O:render",
"OO|zzOzfpzL(ff):render",
&string,
&fill,
&mode,
Expand Down

0 comments on commit 5f227f8

Please sign in to comment.