From 9b5931f2126b6616061a195da5a78e99ae44aa45 Mon Sep 17 00:00:00 2001 From: nulano Date: Fri, 9 Oct 2020 16:43:10 +0200 Subject: [PATCH] typo Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/ImageFont.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/ImageFont.py b/src/PIL/ImageFont.py index df79efee2..18a14d4fe 100644 --- a/src/PIL/ImageFont.py +++ b/src/PIL/ImageFont.py @@ -308,7 +308,7 @@ class FreeTypeFont: Returns bounding box (in pixels) of given text relative to given anchor if rendered in font with provided direction, features, and language. - Use :py:meth`getlength()` to get the offset of following text with + Use :py:meth:`getlength()` to get the offset of following text with 1/64 pixel precision. The bounding box includes extra margins for some fonts, e.g. italics or accents.