eric6/Documentation/Source/eric6.UI.CompareDialog.html

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.UI.CompareDialog.html
--- a/eric6/Documentation/Source/eric6.UI.CompareDialog.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.UI.CompareDialog.html	Sat Jan 16 16:51:23 2021 +0100
@@ -437,7 +437,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, whether the event was handled (boolean)
 </dd>
@@ -460,7 +460,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 line without diff markers (string)
 </dd>
@@ -492,10 +492,9 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-a generator yielding tuples of differences. The tuple is composed
-        of strings as follows.
+tuples of differences. Each tuple is composed of strings as follows.
         <ul>
             <li>opcode -- one of e, d, i, r for equal, delete, insert,
                 replace</li>
@@ -506,6 +505,12 @@
         </ul>
 </dd>
 </dl>
+<dl>
+<dt>Yield Type:</dt>
+<dd>
+tuple of (str, str, str, str, str)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial