--- 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