--- 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