fixed typo
This commit is contained in:
parent
877da1614a
commit
33a36e1377
@ -72,7 +72,7 @@ def write(image, xy, box_size, text, font=None, **kwargs):
|
|||||||
text = string (what to write)
|
text = string (what to write)
|
||||||
font = which font to use
|
font = which font to use
|
||||||
"""
|
"""
|
||||||
allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation'
|
allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation',
|
||||||
'fill_width', 'fill_height']
|
'fill_width', 'fill_height']
|
||||||
|
|
||||||
# Validate kwargs
|
# Validate kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user