api: fix typo in Font parameter

script was missing a letter
This commit is contained in:
David Lechner
2020-04-08 09:58:13 +02:00
committed by laurensvalk
parent a627491dae
commit b5159a850a
+1 -1
View File
@@ -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.