diff -r 8794cb212647 -r 88b242eba71b eric7/DebugClients/Python/DebugBase.py --- a/eric7/DebugClients/Python/DebugBase.py Sun Jun 27 11:22:03 2021 +0200 +++ b/eric7/DebugClients/Python/DebugBase.py Sun Jun 27 12:41:19 2021 +0200 @@ -592,7 +592,7 @@ def move_instruction_pointer(self, lineno): """ - Public methode to move the instruction pointer to another line. + Public method to move the instruction pointer to another line. @param lineno new line number @type int