mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 07:10:33 +03:00
Removed unused format character
This commit is contained in:
parent
b19506a499
commit
a37702dd8a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user