diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index 8edf73b6a..f73d4a30e 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -634,7 +634,6 @@ class FreeTypeFont: should have mode ``RGBA``. Otherwise, it should have mode ``1``. :param text: Text to render. - :param fill: A fill function. :param mode: Used by some graphics drivers to indicate what mode the driver prefers; if empty, the renderer may return either mode. Note that the mode is always a string, to simplify