mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
Fix _sw_barcode() docstring param
This commit is contained in:
@@ -779,8 +779,8 @@ class Escpos(object):
|
||||
:param module_width: barcode module width (in mm).
|
||||
:type module_width: int | float
|
||||
|
||||
:param text_distance: distance from the barcode to the code text (in dots).
|
||||
:type text_distance: int
|
||||
:param text_distance: distance from the barcode to the code text (in mm).
|
||||
:type text_distance: int | float
|
||||
|
||||
:param font_size: font size of the code text (in dots).
|
||||
:type font_size: int
|
||||
|
Reference in New Issue
Block a user