From 5ec992eb5ee377bcf81a324b01052a68881987f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sun, 6 Sep 2026 05:46:10 -0400 Subject: [PATCH] docs: fix grammar in basic-python example comment --- examples/basic-python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic-python/main.py b/examples/basic-python/main.py index 1db5ad79..478a90dd 100644 --- a/examples/basic-python/main.py +++ b/examples/basic-python/main.py @@ -9,7 +9,7 @@ load_dotenv() -window_frame_height = 29 # Additional px to take into the account the window border at the top +window_frame_height = 29 # Additional px to take into account the window border at the top def move_around(desktop, width, height): for i in range(5):