From 1a15b837c975bc2e5b5bbccf9027244a116b4056 Mon Sep 17 00:00:00 2001 From: belono Date: Tue, 6 Jun 2023 12:04:46 +0200 Subject: [PATCH] Fix _sw_barcode() docstring param --- src/escpos/escpos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/escpos/escpos.py b/src/escpos/escpos.py index c7f6236..272d436 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -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