From c67ffe7b4fc4ffef4ac361b635222b2931e1bdb7 Mon Sep 17 00:00:00 2001 From: belono Date: Mon, 3 Jun 2024 17:35:21 +0200 Subject: [PATCH] Fix typo in docstring --- src/escpos/escpos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.