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

Commit a5f8ad8

Browse files
authored
fix syntax error in example
1 parent dfd1874 commit a5f8ad8

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
@@ -22,7 +22,7 @@ class MyLabel(label.Label):
2222
# Instantiate the label with specific data
2323
l = MyLabel("text1", "text2")
2424
# scan for a USB printer using the PyUSBBackend
25-
printer = P700(PyUSBBackend.auto()
25+
printer = P700(PyUSBBackend.auto())
2626
# Print!
2727
printer.print_label(l)
2828
```

0 commit comments

Comments
 (0)