--- a/DebugClients/Python3/DebugBase.py Sat Sep 10 19:32:56 2016 +0200 +++ b/DebugClients/Python3/DebugBase.py Sun Sep 11 13:11:58 2016 +0200 @@ -578,8 +578,8 @@ Because eric6 supports only one breakpoint per line, this overwritten method will return this one and only breakpoint. - @param filename the filename of the bp to retrieve (string) - @param lineno the linenumber of the bp to retrieve (integer) + @param filename file name of the bp to retrieve (string) + @param lineno line number of the bp to retrieve (integer) @return breakpoint or None, if there is no bp """ filename = self.canonic(filename) @@ -849,8 +849,8 @@ def user_return(self, frame, retval): """ - Public method reimplemented to report program termination to the debug - server. + Public method reimplemented to report program termination to the + debug server. @param frame the frame object @param retval the return value of the program