mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
fix whitespace
This commit is contained in:
@@ -65,7 +65,9 @@ The basic usage is:
|
|||||||
p.barcode('1324354657687', 'EAN13', 64, 2, '', '')
|
p.barcode('1324354657687', 'EAN13', 64, 2, '', '')
|
||||||
p.cut()
|
p.cut()
|
||||||
|
|
||||||
Another example for Network printer:
|
|
||||||
|
Another example based on the Network printer class:
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
from escpos.printer import Network
|
from escpos.printer import Network
|
||||||
|
Reference in New Issue
Block a user