Skip to content

Commit 8b14ed7

Browse files
authored
Merge pull request #8079 from radarhere/imagefont
2 parents 3c2d36e + 1a6b0bb commit 8b14ed7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/PIL/ImageFont.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ def getbbox(self, text, *args, **kwargs):
160160
.. versionadded:: 9.2.0
161161
162162
:param text: Text to render.
163-
:param mode: Used by some graphics drivers to indicate what mode the
164-
driver prefers; if empty, the renderer may return either
165-
mode. Note that the mode is always a string, to simplify
166-
C-level implementations.
167163
168164
:return: ``(left, top, right, bottom)`` bounding box
169165
"""

0 commit comments

Comments
 (0)