From 60c80d048ed19f76aa4b456502d56ac825124fe3 Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Mon, 23 Dec 2024 19:01:38 -0800 Subject: [PATCH] typo --- src/benlink/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benlink/client.py b/src/benlink/client.py index 6175678..3a523b5 100644 --- a/src/benlink/client.py +++ b/src/benlink/client.py @@ -74,7 +74,7 @@ def handle_event(event): # Interactive Usage -Python's async REPL a great tool for interactively exploring the radio's +Python's async REPL is a great tool for interactively exploring the radio's capabilities. To run Python's REPL in async mode, run: ```bash