fixed typo

This commit is contained in:
Ace 2020-05-26 19:13:36 +02:00
parent 877da1614a
commit 33a36e1377

View File

@ -72,7 +72,7 @@ def write(image, xy, box_size, text, font=None, **kwargs):
text = string (what to write)
font = which font to use
"""
allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation'
allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation',
'fill_width', 'fill_height']
# Validate kwargs