DebugClients/Python3/DebugBase.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 96
9624a110667d
diff -r 092aa8fafa4e -r f6ccc31d6e72 DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/DebugClients/Python3/DebugBase.py	Sat Jan 02 17:09:08 2010 +0000
@@ -467,7 +467,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)
@@ -735,4 +735,4 @@
         
         @return last debugger event (string)
         """
-        return self.__event
+        return self.__event
\ No newline at end of file

eric ide

mercurial