Fix _sw_barcode() docstring param
This commit is contained in:
parent
14d91a7915
commit
1a15b837c9
@ -779,8 +779,8 @@ class Escpos(object):
|
|||||||
:param module_width: barcode module width (in mm).
|
:param module_width: barcode module width (in mm).
|
||||||
:type module_width: int | float
|
:type module_width: int | float
|
||||||
|
|
||||||
:param text_distance: distance from the barcode to the code text (in dots).
|
:param text_distance: distance from the barcode to the code text (in mm).
|
||||||
:type text_distance: int
|
:type text_distance: int | float
|
||||||
|
|
||||||
:param font_size: font size of the code text (in dots).
|
:param font_size: font size of the code text (in dots).
|
||||||
:type font_size: int
|
:type font_size: int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user