From e68c2c867e74385fffa1c0c564aafcc448c6da8b Mon Sep 17 00:00:00 2001 From: "S. Neuhaus" Date: Mon, 9 Dec 2024 19:45:41 +0100 Subject: [PATCH] Update cli.py, typo --- colmi_r02_client/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colmi_r02_client/cli.py b/colmi_r02_client/cli.py index 24818b9..61afc64 100644 --- a/colmi_r02_client/cli.py +++ b/colmi_r02_client/cli.py @@ -133,7 +133,7 @@ async def get_heart_rate_log_settings(client: Client) -> None: ) @click.pass_obj async def set_heart_rate_log_settings(client: Client, enable: bool, interval: int) -> None: - """Get heart rate log settings""" + """Set heart rate log settings""" async with client: click.echo("Changing heart rate log settings")