gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] Correct name of wrapper script in called program


From: Sanjeev Gupta
Subject: [PATCH 3/4] Correct name of wrapper script in called program
Date: Sun, 22 Dec 2019 22:36:34 +0800

---
 example_aiogps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example_aiogps.py b/example_aiogps.py
index 414efc9a9..13a4644da 100644
--- a/example_aiogps.py
+++ b/example_aiogps.py
@@ -89,7 +89,7 @@ def run():
     Main function.
 
     Because this code only compiles on Python versions >= 3.6,
-    it is not run directly, but through the example_aiogps_run.py wrapper,
+    it is not run directly, but through the example_aiogps_run wrapper,
     which fails gracefully on unsupported Python versions.
     """
     # Set up logging program logging
-- 
2.24.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]