mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
api: fix typo in Font parameter
script was missing a letter
This commit is contained in:
committed by
laurensvalk
parent
a627491dae
commit
b5159a850a
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user