From 6bdbb470c97cddb64aaffa5567bcb76e0311cff3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 26 Jun 2025 06:20:21 +0100 Subject: [PATCH] fix docstring --- src/simple_recorder/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simple_recorder/cli.py b/src/simple_recorder/cli.py index 289bec7..0364dac 100644 --- a/src/simple_recorder/cli.py +++ b/src/simple_recorder/cli.py @@ -47,7 +47,7 @@ class SimpleRecorder(Command): @override async def run(self): - """Run the Simple Recorder CLI.""" + """Run the Simple Recorder GUI.""" window = SimpleRecorderWindow(self.host, self.port, self.password, self.theme) await window.run()