--- 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> - >>> print ''.join(context_diff('one\ntwo\nthree\nfour\n'.splitlines(1), + >>> 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