diff --git a/stubs/Pillow/PIL/ImageDraw.pyi b/stubs/Pillow/PIL/ImageDraw.pyi index f4ba2e075..2123d127f 100644 --- a/stubs/Pillow/PIL/ImageDraw.pyi +++ b/stubs/Pillow/PIL/ImageDraw.pyi @@ -116,7 +116,7 @@ class ImageDraw: features: Sequence[str] | None = ..., language: str | None = ..., embedded_color: bool = ..., - ) -> int: ... + ) -> float: ... def textbbox( self, xy: tuple[float, float],