src/eric7/EricNetwork/EricJsonClient.py

branch
eric7
changeset 10526
2549534fcb55
parent 10524
ed4fd87c4d4c
child 10689
3ede487187f2
--- a/src/eric7/EricNetwork/EricJsonClient.py	Fri Jan 26 16:14:46 2024 +0100
+++ b/src/eric7/EricNetwork/EricJsonClient.py	Sat Jan 27 18:14:23 2024 +0100
@@ -150,7 +150,7 @@
                 try:
                     rrdy, wrdy, xrdy = select.select([self.__connection], [], [])
 
-                    # Just waiting for self.__connection. Therefor no check
+                    # Just waiting for self.__connection. Therefore no check
                     # needed.
                     method, params = self.__receiveJson()
                     if method is None:

eric ide

mercurial