From e3146f1798d46433a3b88c831e5fa0296137dfa4 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 14 Jul 2025 21:32:17 +0000 Subject: [PATCH] Apply suggestions from code review of branch merge-settings-and-system-control Co-authored-by: Beth Probert --- src/openflexure_microscope_server/things/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/system.py b/src/openflexure_microscope_server/things/system.py index 831cad8d..67644070 100644 --- a/src/openflexure_microscope_server/things/system.py +++ b/src/openflexure_microscope_server/things/system.py @@ -30,7 +30,7 @@ class CommandOutput(BaseModel): class OpenFlexureSystem(lt.Thing): """Describe and control the OpenFlexure system. - This Things: + This Thing: * Exposes information about the Microscope, Server, and Thing states to the web API.