eric6/DebugClients/Python/DebugClientBase.py

changeset 7937
181d1160f617
parent 7932
c4c6b2784eec
child 7973
e836d196e888
diff -r f9f85cf6d102 -r 181d1160f617 eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sat Jan 02 12:15:33 2021 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sat Jan 02 15:18:36 2021 +0100
@@ -1512,7 +1512,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