1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

revert newline

This commit is contained in:
Patrick Kanzler 2025-02-21 10:30:20 +01:00 committed by GitHub
parent a284112865
commit 45c4a29181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,4 +23,3 @@ text_list = ["col1", "col2", "col3"]
widths = [5, 20, 15]
align = ["left", "center", "right"]
p.software_columns(text_list=text_list, widths=widths, align=align)