Debugger/DebugUI.py

changeset 5663
52a91f9a7a76
parent 5658
e5f6fe5855fd
child 5899
0516f6548ca6
diff -r 2c99fa1072b6 -r 52a91f9a7a76 Debugger/DebugUI.py
--- a/Debugger/DebugUI.py	Sat Mar 25 17:37:44 2017 +0100
+++ b/Debugger/DebugUI.py	Sat Mar 25 17:38:02 2017 +0100
@@ -373,7 +373,7 @@
             """ between.</p>"""
             """<p>It's not possible to jump out of a function or jump"""
             """ in a code block, e.g. a loop. In these cases, a error"""
-            """ message is printed to the log window.<p>"""
+            """ message is printed to the log window.</p>"""
         ))
         act.triggered.connect(self.__moveInstructionPointer)
         self.actions.append(act)

eric ide

mercurial