From e68b21ec9e11f70e6ae36799e6878ca6e3a9556b Mon Sep 17 00:00:00 2001 From: Josh Hadley <51727949+josh-hadley@users.noreply.github.com> Date: Tue, 14 Jan 2020 09:39:58 -0800 Subject: [PATCH] Update freetype/__init__.py fix indentation Co-Authored-By: Cosimo Lupo --- freetype/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freetype/__init__.py b/freetype/__init__.py index 13d43141..219402ba 100644 --- a/freetype/__init__.py +++ b/freetype/__init__.py @@ -1565,7 +1565,7 @@ def get_best_name_string(self, nameID, default_string='', preferred_order=None): which can be overridden by supplying a preferred_order matching the scheme of 'sort_order' (see below). - The routine will attempt to decode the string's bytes to a Python str, when the + The routine will attempt to decode the string's bytes to a Python str, when the platform/encoding[/langID] are known (Windows, Mac, or Unicode platforms). If you prefer more control over name string selection and decoding than