From 60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 25 Jul 2025 18:31:19 +0200 Subject: klippy: fix typos in python code (#6989) Signed-off-by: Thijs Triemstra --- klippy/extras/load_cell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/load_cell.py') diff --git a/klippy/extras/load_cell.py b/klippy/extras/load_cell.py index 4117a92c..5ef2c5b7 100644 --- a/klippy/extras/load_cell.py +++ b/klippy/extras/load_cell.py @@ -53,7 +53,7 @@ class ApiClientHelper(object): wh = self.printer.lookup_object('webhooks') wh.register_mux_endpoint(path, key, value, self._add_webhooks_client) -# Class for handling commands related ot load cells +# Class for handling commands related to load cells class LoadCellCommandHelper: def __init__(self, config, load_cell): self.printer = config.get_printer() -- cgit v1.2.3-70-g09d2