Documentation/Source/eric5.UI.DiffDialog.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.UI.DiffDialog.html
--- a/Documentation/Source/eric5.UI.DiffDialog.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.UI.DiffDialog.html	Sun Oct 13 17:44:48 2013 +0200
@@ -330,7 +330,8 @@
     Example:
 </p><p>
     <pre>
-    &gt;&gt;&gt; print ''.join(context_diff('one\ntwo\nthree\nfour\n'.splitlines(1),
+    &gt;&gt;&gt; print ''.join(
+    ...       context_diff('one\ntwo\nthree\nfour\n'.splitlines(1),
     ...       'zero\none\ntree\nfour\n'.splitlines(1), 'Original', 'Current',
     ...       'Sat Jan 26 23:30:50 1991', 'Fri Jun 06 10:22:46 2003')),
     *** Original Sat Jan 26 23:30:50 1991

eric ide

mercurial