Skip to content

Commit a37702d

Browse files
committed
Removed unused format character
1 parent b19506a commit a37702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_imagingft.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ font_render(FontObject *self, PyObject *args) {
854854

855855
if (!PyArg_ParseTuple(
856856
args,
857-
"OO|zzOzfpzL(ff)O:render",
857+
"OO|zzOzfpzL(ff):render",
858858
&string,
859859
&fill,
860860
&mode,

0 commit comments

Comments
 (0)