Removed documentation of unused argument

This commit is contained in:
Andrew Murray 2024-05-25 19:30:20 +10:00
parent 3c2d36e113
commit 1a6b0bb6b5

View File

@ -160,10 +160,6 @@ class ImageFont:
.. versionadded:: 9.2.0 .. versionadded:: 9.2.0
:param text: Text to render. :param text: Text to render.
: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
C-level implementations.
:return: ``(left, top, right, bottom)`` bounding box :return: ``(left, top, right, bottom)`` bounding box
""" """