fix whitespace

This commit is contained in:
Patrick Kanzler 2019-06-04 23:57:19 +02:00
parent f1054876da
commit edd567785c
1 changed files with 3 additions and 1 deletions

View File

@ -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