Fix typo in docstring

This commit is contained in:
belono 2024-06-03 17:35:21 +02:00
parent 86fc0fe69f
commit c67ffe7b4f

View File

@ -979,7 +979,7 @@ class Escpos(object, metaclass=ABCMeta):
widths: Union[list[int], int], widths: Union[list[int], int],
align: Union[list[Alignment], Alignment], align: Union[list[Alignment], Alignment],
) -> None: ) -> 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. :param text_list: list of strings, each item in the list will be printed as a column.