Fixed a source docu error. 5_5_x

Sat, 12 Jul 2014 13:18:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 12 Jul 2014 13:18:13 +0200
branch
5_5_x
changeset 3694
26c86273e01d
parent 3689
5b41082e849c
child 3695
8b52ec5f40e4

Fixed a source docu error.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric5.QScintilla.Shell.html file | annotate | diff | comparison | revisions
QScintilla/Shell.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric5.QScintilla.Shell.html	Sat Jul 05 18:55:58 2014 +0200
+++ b/Documentation/Source/eric5.QScintilla.Shell.html	Sat Jul 12 13:18:13 2014 +0200
@@ -248,7 +248,7 @@
 <td>Private slot to show the shell history dialog.</td>
 </tr><tr>
 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td>
-<td>Private slot to start a debug client according to the action triggered[()].</td>
+<td>Private slot to start a debug client according to the action triggered.</td>
 </tr><tr>
 <td><a href="#Shell.__useHistory">__useHistory</a></td>
 <td>Private method to display a command from the history.</td>
@@ -845,7 +845,7 @@
 <b>__startDebugClient</b>(<i>action</i>)
 <p>
         Private slot to start a debug client according to the action
-        triggered[()].
+        triggered.
 </p><dl>
 <dt><i>action</i></dt>
 <dd>
--- a/QScintilla/Shell.py	Sat Jul 05 18:55:58 2014 +0200
+++ b/QScintilla/Shell.py	Sat Jul 12 13:18:13 2014 +0200
@@ -1447,7 +1447,7 @@
     def __startDebugClient(self, action):
         """
         Private slot to start a debug client according to the action
-        triggered[()].
+        triggered.
         
         @param action context menu action that was triggered (QAction)
         """

eric ide

mercurial