From e8360dd709674abf825f2c68a61edb615c0eb5e8 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 27 Jul 2023 18:59:26 +0200 Subject: [PATCH] improve text --- 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 ebd405e..136e860 100644 --- a/src/escpos/escpos.py +++ b/src/escpos/escpos.py @@ -1247,8 +1247,8 @@ class Escpos(object): def buzzer(self, times=2, duration=4): """Activate the internal printer buzzer (only supported printers). - The 'times' paramreffers to the 'n' escpos command parameter, means how many - times the buzzer will be 'beeped'. + The 'times' parameter refers to the 'n' escpos command parameter, + which means how many times the buzzer will be 'beeped'. :param times: Integer between 1 and 9, indicates the buzzer beeps. :param duration: Integer between 1 and 9, indicates the beep duration.