Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 40d0634

Browse files
authored
Fix Label Declaration
1 parent 0067077 commit 40d0634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from Labelprinterkit.printers.brother_pt700 import P700
1616
# In real usage, you will probably want to change the font of the text.
1717
class MyLabel(label.Label):
1818
items = [
19-
items.Text(pad_right=50), items.Text()
19+
[items.Text(pad_right=50), items.Text()]
2020
]
2121

2222
# Instantiate the label with specific data

0 commit comments

Comments
 (0)