From b5159a850a09996031a63f467acf964ae02f568e Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 7 Apr 2020 19:29:28 -0500 Subject: [PATCH] api: fix typo in Font parameter script was missing a letter --- pybricks/media/ev3dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybricks/media/ev3dev.py b/pybricks/media/ev3dev.py index feb7f0f..548cbf3 100644 --- a/pybricks/media/ev3dev.py +++ b/pybricks/media/ev3dev.py @@ -240,7 +240,7 @@ class Font: """The default font.""" def __init__(self, family=None, size=12, bold=False, monospace=False, - lang=None, scrip=None): + lang=None, script=None): """The font object will be a font that is the "best" match based on the parameters given and available fonts installed.