eric6/DebugClients/Python/DebugClientBase.py

branch
maintenance
changeset 7939
0fc1df79965d
parent 7924
8a96736d465e
child 8043
0acf98cd089a
diff -r a0f9e97c0186 -r 0fc1df79965d eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sat Jan 02 11:21:36 2021 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sat Jan 02 15:18:36 2021 +0100
@@ -1453,7 +1453,7 @@
         Private method to return the variables of a frame to the debug server.
         
         @param var list encoded name of the requested variable
-        @type list of strings
+        @type list of str
         @param frmnr distance of frame reported on. 0 is the current frame
         @type int
         @param scope 1 to report global variables, 0 for local variables

eric ide

mercurial