fix whitespace
This commit is contained in:
parent
f1054876da
commit
edd567785c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue