Fix typo in docstring
This commit is contained in:
parent
86fc0fe69f
commit
c67ffe7b4f
@ -979,7 +979,7 @@ class Escpos(object, metaclass=ABCMeta):
|
||||
widths: Union[list[int], int],
|
||||
align: Union[list[Alignment], Alignment],
|
||||
) -> None:
|
||||
"""Print a list of strings arranged horizontaly in columns.
|
||||
"""Print a list of strings arranged horizontally in columns.
|
||||
|
||||
:param text_list: list of strings, each item in the list will be printed as a column.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user