diff --git a/src/escpos/escpos.py b/src/escpos/escpos.py index 0a82a09..daad90d 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -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.