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.