Skip to content

Commit

Permalink
Update freetype/__init__.py
Browse files Browse the repository at this point in the history
fix indentation

Co-Authored-By: Cosimo Lupo <[email protected]>
  • Loading branch information
josh-hadley and anthrotype authored Jan 14, 2020
1 parent 8c37efb commit e68b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freetype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e68b21e

Please sign in to comment.