From bf46c6a648040a51e4e5091e67c7de2014b32cb2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 18 Apr 2022 07:42:05 +0300 Subject: [PATCH] Fix docstring Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/ImageFont.py | 1 - 1 file changed, 1 deletion(-) 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