DebugClients/Python/DebugBase.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 57
81326a94fdca
--- a/DebugClients/Python/DebugBase.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/DebugClients/Python/DebugBase.py	Sat Jan 02 17:09:08 2010 +0000
@@ -458,7 +458,7 @@
         """
         Reimplemented from bdb.py to get the first breakpoint of a particular line.
         
-        Because eric4 supports only one breakpoint per line, this overwritten
+        Because eric5 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)
@@ -716,4 +716,4 @@
         
         @return last debugger event (string)
         """
-        return self.__event
+        return self.__event
\ No newline at end of file

eric ide

mercurial