QScintilla/Shell.py

changeset 454
d28d558f7484
parent 428
58405c24aa09
child 481
ad71812ba395
--- a/QScintilla/Shell.py	Wed Aug 04 08:54:52 2010 +0200
+++ b/QScintilla/Shell.py	Wed Aug 04 20:33:53 2010 +0200
@@ -1231,7 +1231,7 @@
         
     def __startDebugClient(self, action):
         """
-        Private slot to start a debug client accoding to the action triggered.
+        Private slot to start a debug client accoding to the action triggered[()].
         
         @param action context menu action that was triggered (QAction)
         """
@@ -1433,4 +1433,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("shellPage")
+        e5App().getObject("UserInterface").showPreferences("shellPage")
\ No newline at end of file

eric ide

mercurial