Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 5850
7fae79975686
parent 5662
2c99fa1072b6
child 5899
0516f6548ca6
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Sat Aug 26 17:10:43 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Sat Aug 26 19:26:07 2017 +0200
@@ -41,7 +41,7 @@
 <td>Module function to create a debugger interface instance.</td>
 </tr><tr>
 <td><a href="#getRegistryData">getRegistryData</a></td>
-<td>Module functionto get characterizing data for the debugger interface.</td>
+<td>Module function to get characterizing data for the debugger interface.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -723,7 +723,7 @@
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-DebuggerInterfacePython
+DebuggerInterfaceNone
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -732,17 +732,18 @@
 <h2>getRegistryData</h2>
 <b>getRegistryData</b>(<i></i>)
 <p>
-    Module functionto get characterizing data for the debugger interface.
+    Module function to get characterizing data for the debugger interface.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-tuple containing  client type, client capabilities, client file
-        type associations and reference to creation function
+list of tuples containing the client type, the client capabilities,
+        the client file type associations and a reference to the creation
+        function
 </dd>
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, int, list of str, function)
+list of tuple of (str, int, list of str, function)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial