Skip to content

Commit

Permalink
Merge pull request #8079 from radarhere/imagefont
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 25, 2024
2 parents 3c2d36e + 1a6b0bb commit 8b14ed7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/PIL/ImageFont.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ def getbbox(self, text, *args, **kwargs):
.. versionadded:: 9.2.0
: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
"""
Expand Down

0 comments on commit 8b14ed7

Please sign in to comment.